CloudConfiguration::GetConnectionInfo<T> Method ()
Gets the connection information for the specified type.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Return Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^A collection of connection information that is used to instantiate the specified type; otherwise, null if connection information is not found.
Type Parameters
- T
The type for which connection information should be obtained.
You can get insight into the connection information search by checking the tracing output. If connection information is not found, a search for connection information is performed for all base types.
Show: