Click or drag to resize
PushQueryResultstoinmydataCompleteEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event arguments passed by a push to inmydata operation in the dashboard designer.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardPushQueryResultstoinmydataCompleteEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class PushQueryResultstoinmydataCompleteEventArgs : EventArgs

The PushQueryResultstoinmydataCompleteEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates whether the push operation should be cancelled.
Public propertyCompletedOK
Gets and sets a value that indicates if this push operation completed OK.
Public propertyErrorMessage
Gets or sets a value that indicates why the push operation did not complete.
Public propertyName
Gets or sets a value that indicates source data name that the push operation relates to.
Top
Remarks