다음을 통해 공유


CollectorConfigStore.MDWInstance 속성

Gets or sets the instance where the management data warehouse resides.

네임스페이스:  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
A String value that is the instance name.

주의

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

참고 항목

참조

CollectorConfigStore 클래스

Microsoft.SqlServer.Management.Collector 네임스페이스