Propriété MDWInstance
Obtient ou définit l'instance où réside l'entrepôt de données de gestion.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property MDWInstance As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
Valeur String qui est le nom de l'instance.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Voir aussi