Click or drag to resize
QueryConnectionDetailsConnections Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a collection that contains the names of the connections the query should be run against.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Collection Connections { get; set; }

Property Value

Type: Collection
A collection that contains the names of the connections the query should be run against.

Return Value

Type: Collection
A collection that contains the names of the connections the query should be run against.
Remarks
Property is only applicable if ConnectionHandlingType = 1.
See Also