Share via


TargetSetCollection Constructor (ObjectSet, IComparer<String>)

Initializes a new instance of the TargetSetCollection class.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As ObjectSet, _
    customComparer As IComparer(Of String) _
)
'Usage
Dim parent As ObjectSet
Dim customComparer As IComparer(Of String)

Dim instance As New TargetSetCollection(parent, _
    customComparer)
public TargetSetCollection(
    ObjectSet parent,
    IComparer<string> customComparer
)
public:
TargetSetCollection(
    ObjectSet^ parent, 
    IComparer<String^>^ customComparer
)
new : 
        parent:ObjectSet * 
        customComparer:IComparer<string> -> TargetSetCollection
public function TargetSetCollection(
    parent : ObjectSet, 
    customComparer : IComparer<String>
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.