ExecutionResult-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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 PackageRemote32Class
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
Eigenschaftenwert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSExecResult