Compartilhar via


Campo ASTaskBase.bExecutionCanceled

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

The execution is cancelled.

Namespace:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (em Microsoft.SqlServer.ASTasks.dll)

Sintaxe

'Declaração
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

Consulte também

Referência

ASTaskBase Classe

Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask