다음을 통해 공유


MDWDatabase 속성

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

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

구문

‘선언
<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.