다음을 통해 공유


DomainInstanceName 속성

Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
ReadOnly Property DomainInstanceName As String
    Get
‘사용 방법
Dim instance As ISfcDomainLite
Dim value As String

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

속성 값

유형: System. . :: . .String
The logical name of the domain instance.

주의

The name does not have to be unique on the client, but should be different whenever the server representation would be.