Partager via


Propriété MDWDatabase

Obtient ou définit le nom de la base de données qui contient les données collectées.

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
Valeur String qui est le nom de la base de données.

Notes

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