ServerGroupCollection(ServerGroupParent, IComparer<String>) Constructor

Definition

public ServerGroupCollection (Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroupCollection : Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroupCollection
Public Sub New (parent As ServerGroupParent, customComparer As IComparer(Of String))

Parameters

customComparer
IComparer<String>

Applies to