Share via


IDTSExecuteSQL.ResultSetBindings Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets an object that implements IDTSResultBindings interface.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
ReadOnly Property ResultSetBindings As IDTSResultBindings 
    Get
'Usage
Dim instance As IDTSExecuteSQL 
Dim value As IDTSResultBindings 

value = instance.ResultSetBindings
IDTSResultBindings ResultSetBindings { get; }
property IDTSResultBindings^ ResultSetBindings {
    IDTSResultBindings^ get ();
}
abstract ResultSetBindings : IDTSResultBindings
function get ResultSetBindings () : IDTSResultBindings

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBindings
An object that implements the IDTSResultBindings interface.

See Also

Reference

IDTSExecuteSQL Interface

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace