Compartir a través de


IDTSPackage100.CheckpointUsage Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a value that specifies if or when a package is restarted.

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

Sintaxis

'Declaración
Property CheckpointUsage As DTSCheckpointUsage 
    Get 
    Set
'Uso
Dim instance As IDTSPackage100 
Dim value As DTSCheckpointUsage 

value = instance.CheckpointUsage

instance.CheckpointUsage = value
DTSCheckpointUsage CheckpointUsage { get; set; }
property DTSCheckpointUsage CheckpointUsage {
    DTSCheckpointUsage get ();
    void set (DTSCheckpointUsage value);
}
abstract CheckpointUsage : DTSCheckpointUsage with get, set
function get CheckpointUsage () : DTSCheckpointUsage 
function set CheckpointUsage (value : DTSCheckpointUsage)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSCheckpointUsage
A value that specifies if or when a package is restarted.

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper