Compartir a través de


Clase PackageItem

Contains package related information including the package and state.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Runtime.PackageItem

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class PackageItem
'Uso
Dim instance As PackageItem
public sealed class PackageItem
public ref class PackageItem sealed
[<SealedAttribute>]
type PackageItem =  class end
public final class PackageItem

El tipo PackageItem expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública EntryPoint Gets or sets a value that indicates whether the package is an entry point in the project.
Propiedad pública Package Infraestructura. Gets the package of the PackageItem object.
Propiedad pública State Gets the state of the PackageItem object.
Propiedad pública StreamName Gets the name of the stream for the PackageItem object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público LoadPackage Loads a package into the project with specified events.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime