DbSyncBatchInfo 类
表示一个批标头文件,其中包含有关同步批中所含数据的元数据。
此类不符合 CLS。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId:="Db")> _
<CLSCompliantAttribute(False)> _
Public Class DbSyncBatchInfo
Implements IDisposable
用法
Dim instance As DbSyncBatchInfo
[SerializableAttribute]
[SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db")]
[CLSCompliantAttribute(false)]
public class DbSyncBatchInfo : IDisposable
[SerializableAttribute]
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1709:IdentifiersShouldBeCasedCorrectly", MessageId=L"Db")]
[CLSCompliantAttribute(false)]
public ref class DbSyncBatchInfo : IDisposable
/** @attribute SerializableAttribute() */
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db") */
/** @attribute CLSCompliantAttribute(false) */
public class DbSyncBatchInfo implements IDisposable
SerializableAttribute
SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db")
CLSCompliantAttribute(false)
public class DbSyncBatchInfo implements IDisposable
继承层次结构
System.Object
Microsoft.Synchronization.Data.DbSyncBatchInfo
线程安全
此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。