Partager via


FireQueryCancel méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly :  Microsoft.SqlServer.ScriptTask (dans Microsoft.SqlServer.ScriptTask.dll)

Syntaxe

'Déclaration
Public Function FireQueryCancel As Boolean
'Utilisation
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

Valeur de retour

Type : System. . :: . .Boolean