DataSourceOperation Methods TIBCO Spotfire 7.11 API Reference

The DataSourceOperation type exposes the following members.

Methods

  Name Description
Public method CanReplaceDataFlow
Checks whether it is possible to replace the DataFlow by calling ReplaceDataFlow(DataFlow).
Public method CanReplaceTransformations
Checks whether it is possible to replace transformations.
Public method CanSetDataLoadingBehavior
Checks whether the specified DataLoadingBehavior can be set on this operation.
(Overrides DataOperationCanSetDataLoadingBehavior(DataLoadingBehavior).)
Public method GetDataFlow
Gets a copy of the DataFlow.
Public method GetTransformations
Gets a copy of the DataTransformations contained in the data flow.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ReplaceDataFlow
Replaces the current data flow with the supplied DataFlow.
Public method ReplaceTransformations
Replaces the current (if any) DataTransformations contained in the DataFlow, with the supplied transformations.
Public method TryGetOutputSignatures
Tries to get the output DataColumnSignatures from this operation.
(Inherited from DataOperation.)
Top
See Also

Reference