Condividi tramite


Classe RunningPackage

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..RunningPackage

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class RunningPackage _
    Inherits DtsObject
'Utilizzo
Dim instance As RunningPackage
public sealed class RunningPackage : DtsObject
public ref class RunningPackage sealed : public DtsObject
[<SealedAttribute>]
type RunningPackage =  
    class
        inherit DtsObject
    end
public final class RunningPackage extends DtsObject

Nel tipo RunningPackage sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ExecutionDuration Returns an Integer that specifies how long the package took to run.
Proprietà pubblica ExecutionStartTime Returns the time that the package started running.
Proprietà pubblica InstanceID Returns the unique ID associated with this instance of the running object. This field is read-only.
Proprietà pubblica PackageDescription Returns a description for the package. This field is read-only.
Proprietà pubblica PackageID Returns the ID associated with the package. This property is read-only.
Proprietà pubblica PackageName Returns the name of the package. This property is read-only.
Proprietà pubblica UserName Returns the user name used to log on to the server.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Stop Stops the selected package.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

This class provides information to the Object Explorer, where users, database administrators, and system administrators can use a graphical user interface to manage the package storage and view information about the packages that are currently running.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.