MDWInstance 属性

获取或设置管理数据仓库所在的实例。

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property MDWInstance As String
    Get
    Set
用法
Dim instance As CollectorConfigStore
Dim value As String

value = instance.MDWInstance

instance.MDWInstance = value
[SfcPropertyAttribute]
public string MDWInstance { get; set; }
[SfcPropertyAttribute]
public:
property String^ MDWInstance {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member MDWInstance : string with get, set
function get MDWInstance () : String
function set MDWInstance (value : String)

属性值

类型:System. . :: . .String
一个作为实例名称的 String 值。

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.