Propriété 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. Ne faites pas directement référence à 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 DomainName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The name of the domain.

Voir aussi

Référence

ISfcDomainLite Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc