RegisteredServersStore.DomainInstanceName プロパティ

ドメイン インスタンスの名前を表す文字列値を取得します。

名前空間:  Microsoft.SqlServer.Management.RegisteredServers
アセンブリ:  Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property DomainInstanceName As String 
    Get
'使用
Dim instance As RegisteredServersStore 
Dim value As String 

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

プロパティ値

型: System.String
ドメイン インスタンスの名前を表す String 値。

実装

ISfcDomainLite.DomainInstanceName

説明

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

関連項目

参照

RegisteredServersStore クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間