TargetSetLevelCollection Constructor (TargetSet, 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 TargetSet, _
customComparer As IComparer(Of String) _
)
'Uso
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>
)
Parámetros
- parent
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSet
A TargetSet object value that specifies the parent of the TargetSetLevelCollection object.
- customComparer
Tipo: System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
An IComparer<(Of <<'(String>)>>) object value that specifies the parent of the comparison interface that is associated with the target set level.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.