TargetSetLevelCollection Constructor (TargetSet, IComparer<String>)
Initializes a new instance of the TargetSetCollection class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
parent As TargetSet, _
customComparer As IComparer(Of String) _
)
'Usage
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>
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Dmf.TargetSet
A TargetSet object value that specifies the parent of the TargetSetLevelCollection object.
- customComparer
Type: 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.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
See Also
Reference
TargetSetLevelCollection Class