Partilhar via


Propriedade do RDL ISfcDomainLite.DomainName

Gets the name of the domain. The name of the domain is used to distinguish it from other domains. The domain name is usually at the end of the namespace qualifier. 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 DomainName As String 
    Get
'Uso
Dim instance As ISfcDomainLite 
Dim value As String 

value = instance.DomainName
string DomainName { get; }
property String^ DomainName {
    String^ get ();
}
abstract DomainName : string
function get DomainName () : String

Valor da propriedade

Tipo: System.String
The name of the domain.

Consulte também

Referência

ISfcDomainLite Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc