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