Task::GetConnectionID Method (Connections^, String^)
Gets a String containing the ID 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 name 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.
Show: