Condividi tramite


RunningPackage Members

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

The following tables list the members exposed by the RunningPackage type.

Public Properties

  Nome Description
ms212980.pubproperty(it-it,SQL.90).gif ExecutionDuration Returns an Integer that specifies how long the package took to run.
ms212980.pubproperty(it-it,SQL.90).gif ExecutionStartTime Returns the time that the package started running.
ms212980.pubproperty(it-it,SQL.90).gif InstanceID Returns the unique ID associated with this instance of the running object. This field is read-only.
ms212980.pubproperty(it-it,SQL.90).gif PackageDescription Returns a description for the package. This field is read-only.
ms212980.pubproperty(it-it,SQL.90).gif PackageID Returns the ID associated with the package. This property is read-only.
ms212980.pubproperty(it-it,SQL.90).gif PackageName Returns the name of the package. This property is read-only.
ms212980.pubproperty(it-it,SQL.90).gif UserName Returns the user name used to log on to the server.

Torna all'inizio

Public Methods

(see also Protected Methods )

  Nome Description
ms212980.pubmethod(it-it,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212980.pubmethod(it-it,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212980.pubmethod(it-it,SQL.90).gif GetType  (inherited from Object )
ms212980.pubmethod(it-it,SQL.90).gifms212980.static(it-it,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212980.pubmethod(it-it,SQL.90).gifms212980.static(it-it,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212980.pubmethod(it-it,SQL.90).gifms212980.static(it-it,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212980.pubmethod(it-it,SQL.90).gif Stop Stops the selected package.
ms212980.pubmethod(it-it,SQL.90).gif ToString  (inherited from Object )

Torna all'inizio

Protected Methods

  Nome Description
ms212980.protmethod(it-it,SQL.90).gif Finalize  (inherited from Object )
ms212980.protmethod(it-it,SQL.90).gif MemberwiseClone  (inherited from Object )

Torna all'inizio

Vedere anche

Riferimento

RunningPackage Class
Microsoft.SqlServer.Dts.Runtime Namespace