DataPA Enterprise Dashboard Controls 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

C#
public QueryConnectionDetails..::..ConnectionHandlingTypeEnum ConnectionHandlingType { get; set; }
Visual Basic
Public Property ConnectionHandlingType As QueryConnectionDetails..::..ConnectionHandlingTypeEnum
	Get
	Set
Visual C++
public:
virtual property QueryConnectionDetails..::..ConnectionHandlingTypeEnum ConnectionHandlingType {
	QueryConnectionDetails..::..ConnectionHandlingTypeEnum get () sealed;
	void set (QueryConnectionDetails..::..ConnectionHandlingTypeEnum value) sealed;
}

Property Value

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

Return Value

Type: QueryConnectionDetails..::..ConnectionHandlingTypeEnum
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