SyncSchemaForeignKeys 成员
表示 SyncSchemaForeignKey 对象的集合。
SyncSchemaForeignKeys 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Add(String, String, String, String, String) | 将 SyncSchemaForeignKey 对象添加到集合的末尾,并添加指定的约束名、父表和列、子表和列。 | |
Add(String, String, array<String> [] () [] [], String, array<String> [] () [] []) | 将 SyncSchemaForeignKey 对象添加到集合的末尾,并添加指定的约束名、父表和列、子表和列。 | |
Clear() () () () | 清除所有 SyncSchemaForeignKey 对象的集合。 | |
Contains(String) | 确定集合中是否存在具有指定名称的 SyncSchemaForeignKey 对象。 | |
Equals(Object) | (继承自 Object。) | |
Finalize() () () () | (继承自 Object。) | |
GetHashCode() () () () | (继承自 Object。) | |
GetType() () () () | (继承自 Object。) | |
IndexOf(String) | 在给定约束名时搜索 SyncSchemaForeignKey 对象,并返回整个集合中第一个匹配项的从零开始的索引。 | |
MemberwiseClone() () () () | (继承自 Object。) | |
Remove(String) | 从集合中移除具有指定名称的 SyncSchemaForeignKey 对象的第一个匹配项。 | |
ToString() () () () | (继承自 Object。) |
页首
属性
名称 | 说明 | |
---|---|---|
Count | 获取集合中的 SyncSchemaForeignKey 对象数。 | |
Item[ ( [ ( Int32] ) ] ) | 从集合中的指定索引位置获取 SyncSchemaForeignKey 对象。 | |
Item[ ( [ ( String] ) ] ) | 在给定一个外键约束名时,从集合中获取一个 SyncSchemaForeignKey 对象。 | |
Values | 获取在 SyncSchemaForeignKeys 对象中包含的值的集合。 |
页首