Task::GetConnectionName Method (Connections^, String^)
Gets a String containing the name of the connection.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Parameters
- connections
-
Type:
Microsoft.SqlServer.Dts.Runtime::Connections^
The Connections collection to review.
- nameOrID
-
Type:
System::String^
The ID of the connection to return.
This function is useful when if you are writing a custom task, and want to convert between the connection ID and the connection name.
The following code example shows an example of a task using the GetConnectionID method to get and set the names and ID of the connection in the task's custom myConnection property.
Show: