Compartir a través de


SfcDomainInfo.DomainNamespace Propiedad

Gets the domain namespace for the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property DomainNamespace As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

SfcDomainInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc