Freigeben über


DomainName-Eigenschaft

Gets the name of the domain. The name of the domain is used to distinguish it from other domains. The domain name is usually at the end of the namespace qualifier. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
ReadOnly Property DomainName As String
    Get
'Usage
Dim instance As ISfcDomainLite
Dim value As String

value = instance.DomainName
string DomainName { get; }
property String^ DomainName {
    String^ get ();
}
abstract DomainName : string
function get DomainName () : String

Eigenschaftswert

Typ: System. . :: . .String
The name of the domain.