Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Property Value
Type: System.String
The logical name of the domain instance.
Remarks
The name does not have to be unique on the client, but should be different whenever the server representation would be.