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 in collection and returns 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 | This is the 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