다음을 통해 공유


CollectorConfigStore.MDWDatabase 속성

Gets or sets the name of the database that holds the collected data.

네임스페이스:  Microsoft.SqlServer.Management.Collector
어셈블리:  Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)

구문

‘선언
<SfcPropertyAttribute> _
Public Property MDWDatabase As String 
    Get 
    Set
‘사용 방법
Dim instance As CollectorConfigStore 
Dim value As String 

value = instance.MDWDatabase

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

속성 값

유형: System.String
A String value that is the database name.

주의

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

참고 항목

참조

CollectorConfigStore 클래스

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