Share via


IDTSComponentEvents.FireQueryCancel Method

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

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Function FireQueryCancel As Boolean
bool FireQueryCancel ()
bool FireQueryCancel ()
boolean FireQueryCancel ()
function FireQueryCancel () : boolean

Return Value

A Boolean that indicates if the task should stop running.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSComponentEvents Interface
IDTSComponentEvents Members
Microsoft.SqlServer.Dts.Runtime Namespace