DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A collection that contains the names of the connections the query should be run against.
A collection that contains the names of the connections the query should be run against.
Gets and sets a collection that contains the names of the connections the query should be run against.
Namespace: DataPAEnterpriseDashboardAssembly: 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: CollectionA collection that contains the names of the connections the query should be run against.
Return Value
Type: CollectionA collection that contains the names of the connections the query should be run against.
Remarks
Property is only applicable if ConnectionHandlingType = 1.