Compartir a través de


IDTSPackage100.CheckpointUsage Propiedad

Definición

Obtiene o establece un valor que especifica si un paquete se reinicia o cuándo se reinicia.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage CheckpointUsage { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage value); };
[System.Runtime.InteropServices.DispId(68)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSCheckpointUsage CheckpointUsage { [System.Runtime.InteropServices.DispId(68)] get; [System.Runtime.InteropServices.DispId(68)] set; }
[<System.Runtime.InteropServices.DispId(68)>]
[<get: System.Runtime.InteropServices.DispId(68)>]
[<set: System.Runtime.InteropServices.DispId(68)>]
member this.CheckpointUsage : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSCheckpointUsage with get, set
Public Property CheckpointUsage As DTSCheckpointUsage

Valor de propiedad

Valor que especifica si un paquete se reinicia o cuándo se reinicia.

Atributos

Comentarios

Las interfaces Package y PackageNeutral implementan esta interfaz.

Se aplica a