Server.ISfcDomainLite.DomainInstanceName 属性
Gets the instance name of the domain.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Private ReadOnly Property DomainInstanceName As String
Implements ISfcDomainLite.DomainInstanceName
Get
用法
Dim instance As Server
Dim value As String
value = CType(instance, ISfcDomainLite).DomainInstanceName
string ISfcDomainLite.DomainInstanceName { get; }
private:
virtual property String^ DomainInstanceName {
String^ get () sealed = ISfcDomainLite::DomainInstanceName::get;
}
private abstract DomainInstanceName : string
private override DomainInstanceName : string
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
属性值
类型:System.String
A string that specifies the instance name of the domain.
实现
ISfcDomainLite.DomainInstanceName