Свойство MDWInstance
Gets or sets the instance on where the management data warehouse resides.
Пространство имен: Microsoft.SqlServer.Management.Collector
Сборка: Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property MDWInstance As String
Get
Set
'Применение
Dim instance As CollectorConfigStore
Dim value As String
value = instance.MDWInstance
instance.MDWInstance = value
[SfcPropertyAttribute]
public string MDWInstance { get; set; }
[SfcPropertyAttribute]
public:
property String^ MDWInstance {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member MDWInstance : string with get, set
function get MDWInstance () : String
function set MDWInstance (value : String)
Значение свойства
Тип System. . :: . .String
A String value that is the instance name.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.