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
)
參數
- parent
型別:Microsoft.SqlServer.Management.Utility. . :: . .Computer
A Computer object that specifies the parent of the collection.
備註
The default constructor initializes any fields to their default values.