TargetSetCollection 建構函式

定義

多載

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)

參數

parent
ObjectSet

適用於

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

參數

parent
ObjectSet
customComparer
IComparer<String>

適用於