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

MethodDescription
AddCreates in collection and returns new DataMovementRuleLink (linking parent table and DataMovementRule specified by the passed in identifier). PARAMETERS: Identifier(String/Integer).
RemoveDeletes 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

PropertyDescription
_ItemReturns a DataMovementRuleLink (specified by either the name or the ID of the parent data movement rule). PARAMETERS: Identifier as String or Integer.
_NewEnum
CountThis is the number of DataMovementRuleLinks in the collection, that link the parent physical Table to any Data Movement Rules. DATATYPE: Integer.
ItemReturns a DataMovementRuleLink (specified by either the name or the ID of the parent data movement rule). PARAMETERS: Identifier as String or Integer.

See Also

  • No labels