다음을 통해 공유


VolumeCollection 생성자 (Computer, IComparer<String>)

Initializes a new instance of the VolumeCollection class on the specified computer and with the specified comparer interface.

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
Public Sub New ( _
    parent As Computer, _
    customComparer As IComparer(Of String) _
)
‘사용 방법
Dim parent As Computer 
Dim customComparer As IComparer(Of String)

Dim instance As New VolumeCollection(parent, _
    customComparer)
public VolumeCollection(
    Computer parent,
    IComparer<string> customComparer
)
public:
VolumeCollection(
    Computer^ parent, 
    IComparer<String^>^ customComparer
)
new : 
        parent:Computer * 
        customComparer:IComparer<string> -> VolumeCollection
public function VolumeCollection(
    parent : Computer, 
    customComparer : IComparer<String>
)

매개 변수

참고 항목

참조

VolumeCollection 클래스

VolumeCollection 오버로드

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