Partilhar via


Propriedade do RDL SfcDomainInfo.DomainNamespace

Gets the domain namespace for the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SfcDomainInfo Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc