IDTSExecuteSQL.ResultSetType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.