共用方式為


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.

實作

ISfcDomainLite.DomainName

請參閱

參考

Server 類別

Microsoft.SqlServer.Management.Smo 命名空間