इसके माध्यम से साझा किया गया


IDTSContainer100.ExecutionResult Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see DtsContainer.

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