DbSyncSessionProgressEventArgs 类
为 SessionProgress 事件提供数据。
此类不符合 CLS。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
<CLSCompliantAttribute(False)> _
Public Class DbSyncSessionProgressEventArgs
Inherits SyncStagedProgressEventArgs
用法
Dim instance As DbSyncSessionProgressEventArgs
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")]
[CLSCompliantAttribute(false)]
public class DbSyncSessionProgressEventArgs : SyncStagedProgressEventArgs
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")]
[CLSCompliantAttribute(false)]
public ref class DbSyncSessionProgressEventArgs : public SyncStagedProgressEventArgs
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */
/** @attribute CLSCompliantAttribute(false) */
public class DbSyncSessionProgressEventArgs extends SyncStagedProgressEventArgs
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")
CLSCompliantAttribute(false)
public class DbSyncSessionProgressEventArgs extends SyncStagedProgressEventArgs
继承层次结构
System.Object
System.EventArgs
Microsoft.Synchronization.SyncStagedProgressEventArgs
Microsoft.Synchronization.Data.DbSyncSessionProgressEventArgs
线程安全
此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。
请参阅
参考
DbSyncSessionProgressEventArgs 成员
Microsoft.Synchronization.Data 命名空间