Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- parent
Type: Microsoft.SqlServer.Management.Utility.Computer
A Computer object that specifies the parent of the collection.
Remarks
The default constructor initializes any fields to their default values.