Costruttore VolumeCollection (Computer)
Initializes a new instance of the VolumeCollection class on the specified computer.
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
parent As Computer _
)
'Utilizzo
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
)
Parametri
- parent
Tipo: Microsoft.SqlServer.Management.Utility. . :: . .Computer
A Computer object that specifies the parent of the collection.
Osservazioni
The default constructor initializes any fields to their default values.
Vedere anche