ISfcDomainLite.DomainInstanceName-Eigenschaft
Gets the name of the domain instance.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainInstanceName As String
Implements ISfcDomainLite.DomainInstanceName
Get
'Usage
Dim instance As PolicyStore
Dim value As String
value = CType(instance, ISfcDomainLite).DomainInstanceName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainInstanceName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainInstanceName {
String^ get () sealed = ISfcDomainLite::DomainInstanceName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainInstanceName : string
[<SfcIgnoreAttribute>]
private override DomainInstanceName : string
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Eigenschaftswert
Typ: System. . :: . .String
A string value that contains the name of the domain instance.