Compartilhar via


Propriedade do RDL MDWDatabase

Obtém ou define o nome do banco de dados que contém os dados coletados.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System. . :: . .String
Um valor String que é o nome do banco de dados.

Comentários

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