Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property ExecutionResult As DTSExecResult
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The result of an execution.
Remarks
For more information, see DtsContainer.