取得或設定 SyncSchemaForeignKeyRule 物件。這個物件會決定當從 ParentTable 中刪除資料列時所發生的動作。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)
語法
'宣告
Public Property DeleteRule As SyncSchemaForeignKeyRule
'用途
Dim instance As SyncSchemaForeignKey
Dim value As SyncSchemaForeignKeyRule
value = instance.DeleteRule
instance.DeleteRule = value
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)
屬性值
SyncSchemaForeignKeyRule 物件。這個物件會決定當從 ParentTable 中刪除資料列時所發生的動作。
請參閱
參考
SyncSchemaForeignKey 類別
SyncSchemaForeignKey 成員
Microsoft.Synchronization.Data 命名空間