言語

Volume.Key コンストラクター

定義

Volume.Key クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
Volume.Key()

指定された名前を持つ Volume.Key クラスの新しいインスタンスを初期化します。

Volume.Key(Volume+Key)

指定されたキーに基づいて Volume.Key クラスの新しいインスタンスを初期化します。

Volume.Key(String)

指定された名前を持つ Volume.Key クラスの新しいインスタンスを初期化します。

Volume.Key()

指定された名前を持つ Volume.Key クラスの新しいインスタンスを初期化します。

public:
 Key();
public Key();
Public Sub New ()

適用対象

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)

パラメーター

name
String

キー名を指定する String の値です。

適用対象