다음을 통해 공유


ServerGroupCollection 생성자

Initializes a new instance of the ServerGroupCollection class based on the specified parent object and the specified comparison interface.

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

구문

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

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

매개 변수

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

ServerGroupCollection 클래스

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