Computer.Key コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Computer.Key クラスの新しいインスタンスを初期化します。
オーバーロード
| Computer.Key() |
指定した名前を持つ Computer.Key クラスの新しいインスタンスを初期化します。 |
| Computer.Key(Computer+Key) |
指定したキーに基づいて Computer.Key クラスの新しいインスタンスを初期化します。 |
| Computer.Key(String) |
指定した名前を持つ Computer.Key クラスの新しいインスタンスを初期化します。 |
注釈
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
Computer.Key()
Computer.Key(Computer+Key)
指定したキーに基づいて Computer.Key クラスの新しいインスタンスを初期化します。
public:
Key(Microsoft::SqlServer::Management::Utility::Computer::Key ^ other);
public Key (Microsoft.SqlServer.Management.Utility.Computer.Key other);
new Microsoft.SqlServer.Management.Utility.Computer.Key : Microsoft.SqlServer.Management.Utility.Computer.Key -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (other As Computer.Key)
パラメーター
- other
- Computer.Key
他のキーを指定する Computer.Key 値です。
適用対象
Computer.Key(String)
指定した名前を持つ Computer.Key クラスの新しいインスタンスを初期化します。
public:
Key(System::String ^ name);
public Key (string name);
new Microsoft.SqlServer.Management.Utility.Computer.Key : string -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (name As String)