Поделиться через


Элементы RunningPackage

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

Тип RunningPackage предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Stop Stops the selected package.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство ExecutionDuration Returns an Integer that specifies how long the package took to run.
Открытое свойство ExecutionStartTime Returns the time that the package started running.
Открытое свойство InstanceID Returns the unique ID associated with this instance of the running object. This field is read-only.
Открытое свойство PackageDescription Returns a description for the package. This field is read-only.
Открытое свойство PackageID Returns the ID associated with the package. This property is read-only.
Открытое свойство PackageName Returns the name of the package. This property is read-only.
Открытое свойство UserName Returns the user name used to log on to the server.

В начало