IDTSParameterBindings.Add Method
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.
Adds a new IDTSParameterBinding object to the collection.
public:
Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::IDTSParameterBinding ^ Add();
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBinding Add ();
abstract member Add : unit -> Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBinding
Public Function Add () As IDTSParameterBinding
Returns
The IDTSParameterBinding object that was added to the collection.