Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property DomainInstanceName As String
Get
'Usage
Dim instance As ISfcDomainLite
Dim value As String
value = instance.DomainInstanceName
string DomainInstanceName { get; }
property String^ DomainInstanceName {
String^ get ();
}
abstract DomainInstanceName : string
function get DomainInstanceName () : String
Eigenschaftswert
Typ: System.String
The logical name of the domain instance.
Hinweise
The name does not have to be unique on the client, but should be different whenever the server representation would be.