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


Конструктор VolumeCollection (Computer)

Initializes a new instance of the VolumeCollection class on the specified computer.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
Public Sub New ( _
    parent As Computer _
)
'Применение
Dim parent As Computer

Dim instance As New VolumeCollection(parent)
public VolumeCollection(
    Computer parent
)
public:
VolumeCollection(
    Computer^ parent
)
new : 
        parent:Computer -> VolumeCollection
public function VolumeCollection(
    parent : Computer
)

Параметры

Замечания

The default constructor initializes any fields to their default values.