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.