IDTSExecuteSQL.ResultSetBindings Property

Definition

Gets an object that implements IDTSResultBindings interface.

public:
 property Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::IDTSResultBindings ^ ResultSetBindings { Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::IDTSResultBindings ^ get(); };
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBindings ResultSetBindings { get; }
member this.ResultSetBindings : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBindings
Public ReadOnly Property ResultSetBindings As IDTSResultBindings

Property Value

An object that implements the IDTSResultBindings interface.

Applies to