ISfcDomainLite.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.