Share via


VolumeCollection Constructor (Computer)

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

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As Computer _
)
'Usage
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
)

Parameters

Remarks

The default constructor initializes any fields to their default values.

See Also

Reference

VolumeCollection Class

VolumeCollection Overload

Microsoft.SqlServer.Management.Utility Namespace