Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the instance name of the domain.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private ReadOnly Property DomainInstanceName As String
Implements ISfcDomainLite.DomainInstanceName
Get
'Usage
Dim instance As Server
Dim value As String
value = CType(instance, ISfcDomainLite).DomainInstanceName
string ISfcDomainLite.DomainInstanceName { get; }
private:
virtual property String^ DomainInstanceName {
String^ get () sealed = ISfcDomainLite::DomainInstanceName::get;
}
private abstract DomainInstanceName : string
private override DomainInstanceName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
A string that specifies the instance name of the domain.
Implements
ISfcDomainLite.DomainInstanceName