Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- 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.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi
Référence
RegisteredServerCollection Classe
Espace de noms Microsoft.SqlServer.Management.RegisteredServers