次の方法で共有


Volume コンストラクター

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

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Public Sub New
'使用
Dim instance As New Volume()
public Volume()
public:
Volume()
new : unit -> Volume
public function Volume()

説明

既定のコンストラクターは、すべてのフィールドを既定値に初期化します。

使用例

VC#

Volume volume;
volume = new Volume();

VB

Dim volume As Volume
volume = New Volume()

PowerShell

$volume = New-Object Microsoft.SqlServer.Management.Fabric.Volume()

関連項目

参照

Volume クラス

Volume オーバーロード

Microsoft.SqlServer.Management.Utility 名前空間