ServerGroup.Key コンストラクター

定義

オーバーロード

名前 説明
ServerGroup.Key()

汎用キー生成の既定のコンストラクター

ServerGroup.Key(ServerGroup+Key)

Constructors

ServerGroup.Key(String)

ServerGroup.Key()

汎用キー生成の既定のコンストラクター

public Key();
Public Sub New ()

適用対象

ServerGroup.Key(ServerGroup+Key)

Constructors

public Key(Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key other);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key : Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
Public Sub New (other As ServerGroup.Key)

パラメーター

適用対象

ServerGroup.Key(String)

public Key(string name);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key : string -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
Public Sub New (name As String)

パラメーター

name
String

適用対象