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)
Syntax
'Declaration
Public Property DeleteRule As SyncSchemaForeignKeyRule
public SyncSchemaForeignKeyRule DeleteRule { get; set; }
public:
property SyncSchemaForeignKeyRule DeleteRule {
SyncSchemaForeignKeyRule get ();
void set (SyncSchemaForeignKeyRule value);
}
/** @property */
public SyncSchemaForeignKeyRule get_DeleteRule ()
/** @property */
public void set_DeleteRule (SyncSchemaForeignKeyRule value)
public function get DeleteRule () : SyncSchemaForeignKeyRule
public function set DeleteRule (value : SyncSchemaForeignKeyRule)
Property Value
A SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is deleted from the ParentTable.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncSchemaForeignKey Class
SyncSchemaForeignKey Members
Microsoft.Synchronization.Data Namespace