TargetSetCollection Konstruktoren

Definition

Überlädt

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)

Parameter

parent
ObjectSet

Gilt für:

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

Parameter

parent
ObjectSet
customComparer
IComparer<String>

Gilt für: