ExecutionException propriété
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 ReadOnly Property ExecutionException As Exception
Get
'Utilisation
Dim instance As VSTATaskScriptingEngine
Dim value As Exception
value = instance.ExecutionException
public Exception ExecutionException { get; }
public:
property Exception^ ExecutionException {
Exception^ get ();
}
member ExecutionException : Exception
function get ExecutionException () : Exception
Valeur de la propriété
Type : System. . :: . .Exception