Constructeur TargetSetCollection (ObjectSet, IComparer<String>)
Initializes a new instance of the TargetSetCollection class.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As ObjectSet, _
customComparer As IComparer(Of String) _
)
'Utilisation
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>
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.Dmf.ObjectSet
An ObjectSet object value that specifies the parent of the TargetSet object.
- customComparer
Type : System.Collections.Generic.IComparer<String>
A generic value that represents the compared results of a String value.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.