Compartilhar via


Propriedade do RDL 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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