ConnectionsItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets a connection object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Connection this[
string Name
] { get; }
Public ReadOnly Property Item (
Name As String
) As Connection
Get
public:
virtual property Connection^ Item[String^ Name] {
Connection^ get (String^ Name) sealed;
}
Parameters
- Name
- Type: SystemString
The name of the connection to return
Return Value
Type:
ConnectionA connection object
Remarks See Also