DacDomain.ISfcDomainLite.DomainInstanceName Property

Gets the specified instance name of the domain.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainInstanceName As String
    Implements ISfcDomainLite.DomainInstanceName
    Get
'Usage
Dim instance As DacDomain
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.String
Returns aString string that represents the instance name of the domain.

Implements

ISfcDomainLite.DomainInstanceName

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace