Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the TargetSetCollection class.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Sub New ( _
parent As TargetSet, _
customComparer As IComparer(Of String) _
)
'Применение
Dim parent As TargetSet
Dim customComparer As IComparer(Of String)
Dim instance As New TargetSetLevelCollection(parent, _
customComparer)
public TargetSetLevelCollection(
TargetSet parent,
IComparer<string> customComparer
)
public:
TargetSetLevelCollection(
TargetSet^ parent,
IComparer<String^>^ customComparer
)
new :
parent:TargetSet *
customComparer:IComparer<string> -> TargetSetLevelCollection
public function TargetSetLevelCollection(
parent : TargetSet,
customComparer : IComparer<String>
)
Параметры
- parent
Тип: Microsoft.SqlServer.Management.Dmf.TargetSet
A TargetSet object value that specifies the parent of the TargetSetLevelCollection object.
- customComparer
Тип: System.Collections.Generic.IComparer<String>
An IComparerString object value that specifies the parent of the comparison interface that is associated with the target set level.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также
Справочник
TargetSetLevelCollection Класс