UpdateRule 属性
获取或设置 SyncSchemaForeignKeyRule 对象。该对象决定在更新 ParentTable 中的一行时将执行的操作。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Property UpdateRule As SyncSchemaForeignKeyRule
Get
Set
用法
Dim instance As SyncSchemaForeignKey
Dim value As SyncSchemaForeignKeyRule
value = instance.UpdateRule
instance.UpdateRule = value
public SyncSchemaForeignKeyRule UpdateRule { get; set; }
public:
property SyncSchemaForeignKeyRule UpdateRule {
SyncSchemaForeignKeyRule get ();
void set (SyncSchemaForeignKeyRule value);
}
member UpdateRule : SyncSchemaForeignKeyRule with get, set
function get UpdateRule () : SyncSchemaForeignKeyRule
function set UpdateRule (value : SyncSchemaForeignKeyRule)
属性值
类型:Microsoft.Synchronization.Data. . :: . .SyncSchemaForeignKeyRule
一个 SyncSchemaForeignKeyRule 对象。该对象决定在更新 ParentTable 中的一行时将执行的操作。
异常
异常 | 条件 |
---|---|
ArgumentNullException | value 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。 |