RegisteredServersStore.DomainName プロパティ

ドメインの名前を取得します。

名前空間:  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
ドメインの名前を示す String 値です。

実装

ISfcDomainLite.DomainName

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

RegisteredServersStore クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間