Propriedade do RDL MDWInstance
Obtém ou define a instância onde o data warehouse de gerenciamento reside.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property MDWInstance As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
Um valor String que é o nome da instância.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Consulte também