Campo ASTaskBase.bExecutionCanceled

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

The execution is cancelled.

Spazio dei nomi  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Sintassi

'Dichiarazione
Protected bExecutionCanceled As Boolean
'Utilizzo
Dim value As Boolean 

value = Me.bExecutionCanceled 

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

Vedere anche

Riferimento

ASTaskBase Classe

Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask