FireQueryCancel 메서드
Raises an event to determine whether an executable should stop running.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Function FireQueryCancel As Boolean
‘사용 방법
Dim instance As IDTSComponentEvents
Dim returnValue As Boolean
returnValue = instance.FireQueryCancel()
bool FireQueryCancel()
bool FireQueryCancel()
abstract FireQueryCancel : unit -> bool
function FireQueryCancel() : boolean
반환 값
유형: System. . :: . .Boolean
A Boolean that indicates if the task should stop running.