TargetSetLevelCollection Constructor (TargetSet)
Initializes a new instance of the TargetSetLevelCollection 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 _
)
'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.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también
Referencia
TargetSetLevelCollection Clase