SyncSchemaForeignKey::DeleteRule Property

Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is deleted from the ParentTable.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncSchemaForeignKeyRule DeleteRule {
	SyncSchemaForeignKeyRule get ();
	void set (SyncSchemaForeignKeyRule value);
}

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaForeignKeyRule
A SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is deleted from the ParentTable.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: