| QueryConnectionDetailsConnections Property  | 
            
               
             | 
          
        
        DataPA OpenAnalytics API Reference
        
 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)
Syntaxpublic Collection Connections { get; set; }Public Property Connections As Collection
	Get
	Set
public:
virtual property Collection^ Connections {
	Collection^ get () sealed;
	void set (Collection^ value) sealed;
}function get_Connections();
function set_Connections(value);
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.
RemarksProperty is only applicable if ConnectionHandlingType = 1.
See Also