Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the instance where the management data warehouse resides.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property MDWInstance As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value that is the instance name.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.