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.