SyncSchemaForeignKey 成員
表示與同步處理有關之兩個資料表之間的外部索引鍵關聯性。
SyncSchemaForeignKey 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Equals(Object) | (繼承自 Object。) | |
Finalize() () () () | (繼承自 Object。) | |
GetHashCode() () () () | (繼承自 Object。) | |
GetType() () () () | (繼承自 Object。) | |
MemberwiseClone() () () () | (繼承自 Object。) | |
ToString() () () () | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
ChildColumns | 從 FOREIGN KEY 條件約束的 ChildTable 取得資料行的集合。 | |
ChildTable | 取得 FOREIGN KEY 條件約束的子資料表。 | |
ConstraintName | 取得或設定 FOREIGN KEY 條件約束的名稱。 | |
DeleteRule | 取得或設定 SyncSchemaForeignKeyRule 物件。這個物件會決定當從 ParentTable 中刪除資料列時所發生的動作。 | |
ParentColumns | 從 FOREIGN KEY 條件約束的 ParentTable 中取得資料行的集合。 | |
ParentTable | 取得 FOREIGN KEY 條件約束的父資料表。 | |
UpdateRule | 取得或設定 SyncSchemaForeignKeyRule 物件。這個物件會決定在 ParentTable 中更新資料列時所發生的動作。 |
頂端