ServerGroup.Key コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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)
パラメーター
- other
- 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