IDtsConnectionService.SetReferencedProject(ConnectionManager, String) 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.
Sets the referenced project to a connection manager.
public:
void SetReferencedProject(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connectionManager, System::String ^ projectUniqueName);
public void SetReferencedProject (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connectionManager, string projectUniqueName);
abstract member SetReferencedProject : Microsoft.SqlServer.Dts.Runtime.ConnectionManager * string -> unit
Public Sub SetReferencedProject (connectionManager As ConnectionManager, projectUniqueName As String)
Parameters
- connectionManager
- ConnectionManager
The connection manager to assign.
- projectUniqueName
- String
The unique name of the project.