다음을 통해 공유


EventsObjectWrapper.FireQueryCancel 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Raises an event to determine whether an executable should stop running.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
어셈블리:  Microsoft.SqlServer.ScriptTask(Microsoft.SqlServer.ScriptTask.dll)

구문

‘선언
Public Function FireQueryCancel As Boolean
‘사용 방법
Dim instance As EventsObjectWrapper 
Dim returnValue As Boolean 

returnValue = instance.FireQueryCancel()
public bool FireQueryCancel()
public:
bool FireQueryCancel()
member FireQueryCancel : unit -> bool
public function FireQueryCancel() : boolean

반환 값

유형: System.Boolean
True if the task should stop running; otherwise, false.

참고 항목

참조

EventsObjectWrapper 클래스

Microsoft.SqlServer.Dts.Tasks.ScriptTask 네임스페이스