PackageNeutralClass.ExecutionResult-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets a value that indicates the success or failure of the execution of the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult
Get
'Usage
Dim instance As PackageNeutralClass
Dim value As DTSExecResult
value = instance.ExecutionResult
public virtual DTSExecResult ExecutionResult { get; }
public:
virtual property DTSExecResult ExecutionResult {
DTSExecResult get ();
}
abstract ExecutionResult : DTSExecResult
override ExecutionResult : DTSExecResult
function get ExecutionResult () : DTSExecResult
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The result of the execution.
Implementiert
IDTSContainer100.ExecutionResult
Hinweise
For more information, see Package.