PolicyStore.. Property
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainInstanceName As String
Implements ISfcDomain.DomainInstanceName
Get
'Usage
Dim instance As PolicyStore
Dim value As String
value = CType(instance, ISfcDomain).DomainInstanceName
[SfcIgnoreAttribute]
string ISfcDomain.DomainInstanceName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainInstanceName {
String^ get () sealed = ISfcDomain::DomainInstanceName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainInstanceName : string
[<SfcIgnoreAttribute>]
private override DomainInstanceName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
Implements
ISfcDomainDomainInstanceName()
See Also