Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the result of the task execution.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ExecutionValue As Object
Get
'Usage
Dim instance As TaskHostClass
Dim value As Object
value = instance.ExecutionValue
public virtual Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
Object^ get ();
}
abstract ExecutionValue : Object
override ExecutionValue : Object
function get ExecutionValue () : Object
Property Value
Type: System.Object
A user-defined object.
Implements
IDTSTaskHost100.ExecutionValue