Public Methods
Method | Description |
---|---|
Add | Creates in the collection and returns a new DataMovementRuleLink, linking parent table and DataMovementRule specified by the passed in identifier. PARAMETERS: Identifier(String/Integer). |
Remove | Deletes a DataMovementRuleLink specified by either the parent Data Movement Rule's name or ID from the collection. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a DataMovementRuleLink specified by either the name or the ID of the parent data movement rule. PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of DataMovementRuleLinks in the collection, that link the parent physical Table to any Data Movement Rules. DATATYPE: Integer. |
Item | Returns a DataMovementRuleLink specified by either the name or the ID of the parent data movement rule. PARAMETERS: Identifier as String or Integer. |
See Also