ExecuteSQLTask::ExecutionValue Property

 

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)

public:
property Object^ ExecutionValue {
	virtual Object^ get() override;
}

Property Value

Type: System::Object^

A user-defined object.

Return to top
Show: