Свойство 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