ServerGroupCollection(ServerGroupParent, IComparer<String>) 建構函式

定義

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))

參數

customComparer
IComparer<String>

適用於