共用方式為


RegisteredServersStore.DomainName 屬性

Gets the name of a domain.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property DomainName As String 
    Get
'用途
Dim instance As RegisteredServersStore 
Dim value As String 

value = instance.DomainName
[SfcIgnoreAttribute]
public string DomainName { get; }
[SfcIgnoreAttribute]
public:
virtual property String^ DomainName {
    String^ get () sealed;
}
[<SfcIgnoreAttribute>]
abstract DomainName : string
[<SfcIgnoreAttribute>]
override DomainName : string
final function get DomainName () : String

屬性值

型別:System.String
A String value that specifies the name of the domain.

實作

ISfcDomainLite.DomainName

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

RegisteredServersStore 類別

Microsoft.SqlServer.Management.RegisteredServers 命名空間