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