DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A value that indicates how this query should handle connections.
A value that indicates how this query should handle connections.
Gets and sets a value that indicates how this query should handle connections.
Namespace: DataPAEnterpriseDashboardAssembly: 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..::..ConnectionHandlingTypeEnumA value that indicates how this query should handle connections.
Return Value
Type: QueryConnectionDetails..::..ConnectionHandlingTypeEnumA 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.