Partager via


Propriété DomainInstanceName

Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
ReadOnly Property DomainInstanceName As String
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .String
The logical name of the domain instance.

Notes

The name does not have to be unique on the client, but should be different whenever the server representation would be.