Click or drag to resize
QueryConnectionDetailsConnectionHandlingType Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates how this query should handle connections.

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

Property Value

Type: QueryConnectionDetailsConnectionHandlingTypeEnum
A value that indicates how this query should handle connections.

Return Value

Type: QueryConnectionDetailsConnectionHandlingTypeEnum
A value that indicates how this query should handle connections.
Remarks
0 = run against the default connection, 1 = run against the selected connections. If more than one connection is selected, the dataset will be unionized with an additional column indicating the connection the data originated from.
See Also