ExecuteSQLTask.ExecutionValue Property

 

Applies To: SQL Server 2016 Preview

Returns the number of rows affected by the SQL statement or statements.

Namespace:   Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

public override object ExecutionValue { get; }
public:
property Object^ ExecutionValue {
    virtual Object^ get() override;
}
override ExecutionValue : Object with get
Public Overrides ReadOnly Property ExecutionValue As Object

Property Value

Type: System.Object

A user-defined object.

See Also

ExecuteSQLTask Class
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace

Return to top