Compartir a través de


ISfcDomainLite.DomainInstanceName Propiedad

Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
ReadOnly Property DomainInstanceName As String 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

ISfcDomainLite Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc