다음을 통해 공유


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.

참고 항목

참조

VolumeCollection 클래스

VolumeCollection 오버로드

Microsoft.SqlServer.Management.Utility 네임스페이스