Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the exception that occurs during script execution.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly : Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)
Syntaxe
'Déclaration
Public Property ExecutionException As Exception
Get
Set
'Utilisation
Dim instance As VSTATaskScriptingEngine
Dim value As Exception
value = instance.ExecutionException
instance.ExecutionException = value
public Exception ExecutionException { get; set; }
public:
property Exception^ ExecutionException {
Exception^ get ();
void set (Exception^ value);
}
member ExecutionException : Exception with get, set
function get ExecutionException () : Exception
function set ExecutionException (value : Exception)
Valeur de propriété
Type : System.Exception
The exception that occurs during script execution.