VolumeCollection 생성자

정의

VolumeCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

VolumeCollection(Computer)

지정한 컴퓨터에서 VolumeCollection 클래스의 새 인스턴스를 초기화합니다.

VolumeCollection(Computer, IComparer<String>)

지정한 컴퓨터에서 지정한 비교자 인터페이스를 포함하는 VolumeCollection 클래스의 새 인스턴스를 초기화합니다.

설명

기본 생성자는 모든 필드를 기본값으로 초기화합니다.

VolumeCollection(Computer)

지정한 컴퓨터에서 VolumeCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 VolumeCollection(Microsoft::SqlServer::Management::Utility::Computer ^ parent);
public VolumeCollection (Microsoft.SqlServer.Management.Utility.Computer parent);
new Microsoft.SqlServer.Management.Utility.VolumeCollection : Microsoft.SqlServer.Management.Utility.Computer -> Microsoft.SqlServer.Management.Utility.VolumeCollection
Public Sub New (parent As Computer)

매개 변수

parent
Computer

컬렉션의 부모를 지정하는 Computer 개체입니다.

설명

기본 생성자는 모든 필드를 기본값으로 초기화합니다.

적용 대상

VolumeCollection(Computer, IComparer<String>)

지정한 컴퓨터에서 지정한 비교자 인터페이스를 포함하는 VolumeCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 VolumeCollection(Microsoft::SqlServer::Management::Utility::Computer ^ parent, System::Collections::Generic::IComparer<System::String ^> ^ customComparer);
public VolumeCollection (Microsoft.SqlServer.Management.Utility.Computer parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Utility.VolumeCollection : Microsoft.SqlServer.Management.Utility.Computer * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Utility.VolumeCollection
Public Sub New (parent As Computer, customComparer As IComparer(Of String))

매개 변수

parent
Computer

컬렉션의 부모를 지정하는 Computer 개체입니다.

customComparer
IComparer<String>

사용자 지정 비교자 인터페이스를 지정하는 IComparer<T> 개체입니다.

적용 대상