Public Methods
Method | Description |
---|---|
Add | Creates and returns a new DataLineageRule. PARAMETERS: Name, RuleText, and Type (String). Valid Types: ARCHIVE RULE, BACKUP RULE, CREATE RULE, DELETION RULE, RECOVERY RULE, UPDATE RULE, BOOLEAN, DATE, EXTERNAL FILE PATH, NUMERIC, TEXT, TEXT LIST, TIME. |
Remove | Deletes a DataLineageRule object specified by the given name or ID. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a DataLineageRule object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of DataLineageRule in the collection. DATATYPE: Integer. |
Item | Returns a DataLineageRule object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
See Also