共用方式為


bExecutionCanceled 欄位

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
組件:  Microsoft.SqlServer.ASTasks (在 Microsoft.SqlServer.ASTasks.dll 中)

語法

'宣告
Protected bExecutionCanceled As Boolean
'用途
Dim value As Boolean

value = Me.bExecutionCanceled

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