ComputerCollection 생성자

정의

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

오버로드

ComputerCollection(Utility)

지정한 유틸리티 도메인에서 ComputerCollection 클래스의 새 인스턴스를 초기화합니다.

ComputerCollection(Utility, IComparer<String>)

지정한 유틸리티 도메인에서 지정한 비교자 인터페이스를 포함하는 ComputerCollection 클래스의 새 인스턴스를 초기화합니다.

설명

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

ComputerCollection(Utility)

지정한 유틸리티 도메인에서 ComputerCollection 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

parent
Utility

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

설명

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

적용 대상

ComputerCollection(Utility, IComparer<String>)

지정한 유틸리티 도메인에서 지정한 비교자 인터페이스를 포함하는 ComputerCollection 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

parent
Utility

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

customComparer
IComparer<String>

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

적용 대상