MDWDatabase Propiedad

Obtiene o establece el nombre de la base de datos que contiene los datos recopilados.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property MDWDatabase As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String
Valor String que es el nombre de la base de datos.

Comentarios

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