Proprietà SfcDomainInfo.DomainNamespace

Gets the domain namespace for the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DomainNamespace As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SfcDomainInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc