IDTSExecuteSQL.ResultSetType Property

Definition

Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs.

public:
 property Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::ResultSetType ResultSetType { Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::ResultSetType get(); void set(Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::ResultSetType value); };
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ResultSetType ResultSetType { get; set; }
member this.ResultSetType : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ResultSetType with get, set
Public Property ResultSetType As ResultSetType

Property Value

A value from the ResultSetType enumeration that indicates the type of result set returned by the SQL statement.

Applies to