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) 此型別的成員具備執行緒安全。不保證任何執行個體成員安全執行緒。