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

スレッド セーフ

この型の public static (Visual Basic では Shared ) メンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

リファレンス

DbSyncBatchInfo メンバー
Microsoft.Synchronization.Data 名前空間