Compartilhar via


Construtor TargetSetLevelCollection (TargetSet, IComparer<String>)

Initializes a new instance of the TargetSetCollection class.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

TargetSetLevelCollection Classe

Sobrecarregado TargetSetLevelCollection

Namespace Microsoft.SqlServer.Management.Dmf