TargetSetCollection Constructors

Definition

Overloads

TargetSetCollection(ObjectSet)
TargetSetCollection(ObjectSet, IComparer<String>)

TargetSetCollection(ObjectSet)

public TargetSetCollection (Microsoft.SqlServer.Management.Dmf.ObjectSet parent);
new Microsoft.SqlServer.Management.Dmf.TargetSetCollection : Microsoft.SqlServer.Management.Dmf.ObjectSet -> Microsoft.SqlServer.Management.Dmf.TargetSetCollection
Public Sub New (parent As ObjectSet)

Parameters

parent
ObjectSet

Applies to

TargetSetCollection(ObjectSet, IComparer<String>)

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

Parameters

parent
ObjectSet
customComparer
IComparer<String>

Applies to