다음을 통해 공유


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.