ISfcDomainLite.DomainInstanceName 属性

Gets the ___domain instance name.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainInstanceName As String
    Implements ISfcDomainLite.DomainInstanceName
    Get
用法
Dim instance As Utility
Dim value As String

value = CType(instance, ISfcDomainLite).DomainInstanceName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainInstanceName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainInstanceName {
    String^ get () sealed = ISfcDomainLite::DomainInstanceName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainInstanceName : string
[<SfcIgnoreAttribute>]
private override DomainInstanceName : string
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System. . :: . .String
A string value that specified the ___domain instance name.

实现

ISfcDomainLite. . :: . .DomainInstanceName