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.