共用方式為


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.