Constructeur RegisteredServerCollection

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

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    parent As ServerGroup, _
    customComparer As IComparer(Of String) _
)
'Utilisation
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>
)

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.