QueryConnectionDetailsConnectionHandlingType Property |
|
DataPA OpenAnalytics API Reference
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 public QueryConnectionDetailsConnectionHandlingTypeEnum ConnectionHandlingType { get; set; }
Public Property ConnectionHandlingType As QueryConnectionDetailsConnectionHandlingTypeEnum
Get
Set
public:
virtual property QueryConnectionDetailsConnectionHandlingTypeEnum ConnectionHandlingType {
QueryConnectionDetailsConnectionHandlingTypeEnum get () sealed;
void set (QueryConnectionDetailsConnectionHandlingTypeEnum value) sealed;
}
function get_ConnectionHandlingType();
function set_ConnectionHandlingType(value);
Property Value
Type:
QueryConnectionDetailsConnectionHandlingTypeEnumA value that indicates how this query should handle connections.
Return Value
Type:
QueryConnectionDetailsConnectionHandlingTypeEnumA 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