Construtor TargetSetLevelCollection (TargetSet)
Initializes a new instance of the TargetSetLevelCollection class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
parent As TargetSet _
)
'Uso
Dim parent As TargetSet
Dim instance As New TargetSetLevelCollection(parent)
public TargetSetLevelCollection(
TargetSet parent
)
public:
TargetSetLevelCollection(
TargetSet^ parent
)
new :
parent:TargetSet -> TargetSetLevelCollection
public function TargetSetLevelCollection(
parent : TargetSet
)
Parâmetros
- parent
Tipo: Microsoft.SqlServer.Management.Dmf.TargetSet
A TargetSet object value that specifies the parent of the TargetSetLevelCollection object.
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