SystemObjectConnections Property |
|
DataPA OpenAnalytics API Reference
Gets the connections collection for this system
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Connections Connections { get; }
Public ReadOnly Property Connections As Connections
Get
public:
virtual property Connections^ Connections {
Connections^ get () sealed;
}
function get_Connections();
Return Value
Type:
ConnectionsThe connections collection for this system
Remarks See Also