Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new ManagedInstanceCollection instance with the specified parent Utility and custom object comparer object.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Sub New ( _
parent As Utility, _
customComparer As IComparer(Of String) _
)
'Usage
Dim parent As Utility
Dim customComparer As IComparer(Of String)
Dim instance As New ManagedInstanceCollection(parent, _
customComparer)
public ManagedInstanceCollection(
Utility parent,
IComparer<string> customComparer
)
public:
ManagedInstanceCollection(
Utility^ parent,
IComparer<String^>^ customComparer
)
new :
parent:Utility *
customComparer:IComparer<string> -> ManagedInstanceCollection
public function ManagedInstanceCollection(
parent : Utility,
customComparer : IComparer<String>
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Utility.Utility
Specifies the Utility object that is the parent of the ManagedInstanceCollection
- customComparer
Type: System.Collections.Generic.IComparer<String>
Contains an object implementing the IComparer<T> interface that is used to compare managed instances within the collection.
See Also
Reference
ManagedInstanceCollection Class