RegisteredServerCollection 생성자

Initializes a new instance of the RegisteredServerCollection 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 ServerGroup, _
    customComparer As IComparer(Of String) _
)
‘사용 방법
Dim parent As ServerGroup 
Dim customComparer As IComparer(Of String)

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

매개 변수

주의

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

참고 항목

참조

RegisteredServerCollection 클래스

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