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