MDWDatabase 屬性
取得或設定保存所收集之資料的資料庫名稱。
命名空間: Microsoft.SqlServer.Management.Collector
組件: Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public Property MDWDatabase As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
String 值,這個值是資料庫名稱。
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.