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

C#
public Collection Connections { get; set; }
Visual Basic
Public Property Connections As Collection
	Get
	Set
Visual C++
public:
virtual property Collection^ Connections {
	Collection^ get () sealed;
	void set (Collection^ value) sealed;
}

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