Compartir a través de


Campo ASTaskBase.bExecutionCanceled

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

The execution is cancelled.

Espacio de nombres:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Ensamblado:  Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)

Sintaxis

'Declaración
Protected bExecutionCanceled As Boolean
'Uso
Dim value As Boolean 

value = Me.bExecutionCanceled 

Me.bExecutionCanceled = value
protected bool bExecutionCanceled
protected:
bool bExecutionCanceled
val mutable bExecutionCanceled: bool
protected var bExecutionCanceled : boolean

Vea también

Referencia

ASTaskBase Clase

Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask