Compartir a través de


PackageNeutralClass.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
Public Overridable Property CheckpointUsage As DTSCheckpointUsage 
    Get 
    Set
'Uso
Dim instance As PackageNeutralClass 
Dim value As DTSCheckpointUsage 

value = instance.CheckpointUsage

instance.CheckpointUsage = value
public virtual DTSCheckpointUsage CheckpointUsage { get; set; }
public:
virtual property DTSCheckpointUsage CheckpointUsage {
    DTSCheckpointUsage get ();
    void set (DTSCheckpointUsage value);
}
abstract CheckpointUsage : DTSCheckpointUsage with get, set 
override 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 from the DTSCheckpointUsage enumeration.

Implementa

IDTSPackage100.CheckpointUsage

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

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