ExecuteSQLTask::Connection Property
Gets or sets the name of the connection manager that connects to the relational database management system (RDBMS) where the Execute SQL task is run.
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
public: property String^ Connection { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IDTSExecuteSQL::Connection
Show: