You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Public Methods
Method | Description |
---|
Add | Creates a new data flow with the given name and returns the new data flow to the caller. PARAMETERS: Name as String |
Remove | Deletes a DataFlow object (specified by one of the DataFlow properties, name, GUID or ID) from ER/Studio. PARAMETERS: Identifier as String(name or GUID) or Integer(ID). |
Public Properties
Property | Description |
---|
_Item | Returns a DataFlow object (specified by the given name, GUID or ID). PARAMETERS: Identifier as String or Integer. |
_NewEnum |
|
Count | This is the number of DataFlow objects in the collection. DATATYPE: Integer. |
Item | Returns a DataFlow object (specified by the given name, GUID or ID). PARAMETERS: Identifier as String or Integer. |
See Also