Proprietà MDWDatabase
Ottiene o imposta il nome del database contenente i dati raccolti.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property MDWDatabase As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
Un valore String che costituisce il nome del database.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche