Click or drag to resize
DBLinksFinishArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Information passed with the DBLinksFinish event. Success, ErrorMessage, loaded links count...
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAClientConfigDBLinksFinishArgs

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class DBLinksFinishArgs : EventArgs

The DBLinksFinishArgs type exposes the following members.

Constructors
  NameDescription
Public methodDBLinksFinishArgs
Initializes a new instance of the DBLinksFinishArgs class
Top
Properties
  NameDescription
Public propertyErrorMessage
If Success = False, the Error Encountered
Public propertyNumLoaded
How many links were loaded
Public propertySuccess
Was the load of DB Links Successful?
Public propertyUserCancelled
Was the process cancelled by the user?
Top
Remarks