Конструктор TargetSetCollection (ObjectSet, IComparer(String))
Initializes a new instance of the TargetSetCollection class.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Sub New ( _
parent As ObjectSet, _
customComparer As IComparer(Of String) _
)
'Применение
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>
)
Параметры
- parent
Тип: Microsoft.SqlServer.Management.Dmf. . :: . .ObjectSet
An ObjectSet object value that specifies the parent of the TargetSet object.
- customComparer
Тип: System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
A generic value that represents the compared results of a String value.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.