Share via


IDTSExecuteSQL.ParameterBindings 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 IDTSParameterBindings interface.

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

Syntax

'Declaration
ReadOnly Property ParameterBindings As IDTSParameterBindings 
    Get
'Usage
Dim instance As IDTSExecuteSQL 
Dim value As IDTSParameterBindings 

value = instance.ParameterBindings
IDTSParameterBindings ParameterBindings { get; }
property IDTSParameterBindings^ ParameterBindings {
    IDTSParameterBindings^ get ();
}
abstract ParameterBindings : IDTSParameterBindings
function get ParameterBindings () : IDTSParameterBindings

Property Value

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

See Also

Reference

IDTSExecuteSQL Interface

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace