RegisteredServerCollection Constructor
Initializes a new instance of the RegisteredServerCollection class based on the specified parent object and the specified comparison interface.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Sub New ( _
parent As ServerGroup, _
customComparer As IComparer(Of String) _
)
'Usage
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>
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A RegisteredServer value that specifies the parent of the referenced object.
- customComparer
Type: System.Collections.Generic.IComparer<String>
A [T:System.Collections.Generic.IComparer(System.String)] value that specifies the comparison interface.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.