Konstruktor TargetSetCollection (ObjectSet, IComparer<String>)
Inicjuje nowe wystąpienie TargetSetCollection klasy
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Sub New ( _
parent As ObjectSet, _
customComparer As IComparer(Of String) _
)
'Użycie
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>
)
Parametry
- parent
Typ: Microsoft.SqlServer.Management.Dmf.ObjectSet
ObjectSet Wartość określająca nadrzędnego obiektu TargetSet obiektu.
- customComparer
Typ: System.Collections.Generic.IComparer<String>
Ogólna wartość, która reprezentuje wyniki w porównaniu z String wartości.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.