Propriété IDTSContainer100.ExecutionResult
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 a value that indicates the success or failure of the execution of the IDTSContainer100 object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property ExecutionResult As DTSExecResult
Get
'Utilisation
Dim instance As IDTSContainer100
Dim value As DTSExecResult
value = instance.ExecutionResult
DTSExecResult ExecutionResult { get; }
property DTSExecResult ExecutionResult {
DTSExecResult get ();
}
abstract ExecutionResult : DTSExecResult
function get ExecutionResult () : DTSExecResult
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The result of an execution.
Notes
For more information, see DtsContainer.