Volume.Key コンストラクター (Volume.Key)
指定したキーに基づいて Volume..::..Key クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Utility
アセンブリ: Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)
構文
'宣言
Public Sub New ( _
other As Volume..::..Key _
)
'使用
Dim other As Volume..::..Key
Dim instance As New Volume..::..Key(other)
public Key(
Volume..::..Key other
)
public:
Key(
Volume..::..Key^ other
)
new :
other:Volume..::..Key -> Key
public function Volume..::..Key(
other : Volume..::..Key
)
パラメーター
- other
型: Microsoft.SqlServer.Management.Utility. . :: . .Volume. . :: . .Key
他のキーを指定する Volume..::..Key 値です。