Public Methods

MethodDescription
AddCreates in the collection and returns a 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
CountNumber 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.
  • No labels