Compartir a través de


Clase RunningPackage

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

Jerarquía de herencia

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

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

Sintaxis

'Declaración
Public NotInheritable Class RunningPackage _
    Inherits DtsObject
'Uso
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

El tipo RunningPackage expone los siguientes miembros.

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.

Arriba

Métodos

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

Arriba

Comentarios

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.

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