Поделиться через


Конструктор Volume

Initializes a new instance of the Volume class.

Пространство имен:  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()

Замечания

The default constructor initializes any fields to their default values.

Примеры

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