Partager via


Propriété CollectorConfigStore.MDWDatabase

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

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public Property MDWDatabase As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A String value that is the database name.

Notes

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

Voir aussi

Référence

CollectorConfigStore Classe

Espace de noms Microsoft.SqlServer.Management.Collector