Compartir a través de


RunningPackage Miembros

Provides a reference to the run-time package to use from the Integration Services service. This class cannot be inherited.

El tipo RunningPackage expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Stop Stops the selected package.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ExecutionDuration Returns an Integer that specifies how long the package took to run.
Propiedad pública ExecutionStartTime Returns the time that the package started running.
Propiedad pública InstanceID Returns the unique ID associated with this instance of the running object. This field is read-only.
Propiedad pública PackageDescription Returns a description for the package. This field is read-only.
Propiedad pública PackageID Returns the ID associated with the package. This property is read-only.
Propiedad pública PackageName Returns the name of the package. This property is read-only.
Propiedad pública UserName Returns the user name used to log on to the server.

Principio