RegisteredServerCollection(ServerGroup, IComparer<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public RegisteredServerCollection (Microsoft.SqlServer.Management.RegisteredServers.ServerGroup parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerCollection : Microsoft.SqlServer.Management.RegisteredServers.ServerGroup * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerCollection
Public Sub New (parent As ServerGroup, customComparer As IComparer(Of String))
Parameters
- parent
- ServerGroup