DbSyncProvider.GetSyncBatchParameters 方法

在给定批大小和知识参数的情况下,获取变更批的参数。

此方法不符合 CLS。  符合 CLS 的备选项为

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Overrides Sub GetSyncBatchParameters ( _
    <OutAttribute> ByRef batchSize As UInteger, _
    <OutAttribute> ByRef knowledge As SyncKnowledge _
)
用法
Dim instance As DbSyncProvider
Dim batchSize As UInteger
Dim knowledge As SyncKnowledge

instance.GetSyncBatchParameters(batchSize, knowledge)
[CLSCompliantAttribute(false)] 
public override void GetSyncBatchParameters (
    out uint batchSize,
    out SyncKnowledge knowledge
)
[CLSCompliantAttribute(false)] 
public:
virtual void GetSyncBatchParameters (
    [OutAttribute] unsigned int% batchSize, 
    [OutAttribute] SyncKnowledge^% knowledge
) override
/** @attribute CLSCompliantAttribute(false) */ 
public void GetSyncBatchParameters (
    /** @attribute OutAttribute() */ /** @ref */ UInt32 batchSize, 
    /** @attribute OutAttribute() */ /** @ref */ SyncKnowledge knowledge
)
JScript does not support passing value-type arguments by reference.

参数

  • batchSize
    每个变更批中要同步的变更的数量。
  • knowledge
    一个 SyncKnowledge 对象,其中包含提供程序所具有的、有关要应用变更的存储区的知识。

备注

Sync Framework 核心文档中记载了 Microsoft.Synchronization.dll 以及有关“同步知识”**的关联概念。若要下载此文档,请转到此 Microsoft Web site

请参阅

参考

DbSyncProvider 类
DbSyncProvider 成员
Microsoft.Synchronization.Data 命名空间