SyncSchemaForeignKey::UpdateRule Property
Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is updated in the ParentTable.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncSchemaForeignKeyRule UpdateRule { SyncSchemaForeignKeyRule get (); void set (SyncSchemaForeignKeyRule value); }
Property Value
Type: Microsoft.Synchronization.Data::SyncSchemaForeignKeyRuleA SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is updated in the ParentTable.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
Show: