IDTSExecuteSQL.ResultSetBindings 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 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.