Partager via


Propriété SfcDomainInfo.NamespaceQualifier

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 Property NamespaceQualifier As String 
    Get 
    Friend Set
'Utilisation
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.NamespaceQualifier
public string NamespaceQualifier { get; internal set; }
public:
property String^ NamespaceQualifier {
    String^ get ();
    internal: void set (String^ value);
}
member NamespaceQualifier : string with get, internal set
function get NamespaceQualifier () : String 
internal function set NamespaceQualifier (value : String)

Valeur de propriété

Type : System.String
The value of the specified namespace qualifier.

Voir aussi

Référence

SfcDomainInfo Classe

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