TargetSetCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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