共用方式為


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.