Partager via


Propriété SfcDomainInfo.DomainNamespace

Gets the domain namespace for the object. 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
Public ReadOnly Property DomainNamespace As String 
    Get
'Utilisation
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.DomainNamespace
public string DomainNamespace { get; }
public:
property String^ DomainNamespace {
    String^ get ();
}
member DomainNamespace : string
function get DomainNamespace () : String

Valeur de propriété

Type : System.String
A string that represents the domain namespace for the object.

Voir aussi

Référence

SfcDomainInfo Classe

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