TargetSetCollection Constructor (ObjectSet, IComparer(String))
Initializes a new instance of the TargetSetCollection class.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
parent As ObjectSet, _
customComparer As IComparer(Of String) _
)
'Uso
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>
)
Parámetros
- parent
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ObjectSet
An ObjectSet object value that specifies the parent of the TargetSet object.
- customComparer
Tipo: System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
A generic value that represents the compared results of a String value.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.