DbEndSnapshotInitializationEventArgs Class

Provides data for the EndSnapshotInitialization event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.DbEndSnapshotInitializationEventArgs

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DbEndSnapshotInitializationEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DbEndSnapshotInitializationEventArgs
[SerializableAttribute]
public class DbEndSnapshotInitializationEventArgs : EventArgs
[SerializableAttribute]
public ref class DbEndSnapshotInitializationEventArgs : public EventArgs
[<SerializableAttribute>]
type DbEndSnapshotInitializationEventArgs =  
    class
        inherit EventArgs
    end
public class DbEndSnapshotInitializationEventArgs extends EventArgs

The DbEndSnapshotInitializationEventArgs type exposes the following members.

Properties

  Name Description
Public property InitializationStatistics Gets a DbSnapshotInitializationStatistics object that contains session-level statistics, such as the number of tables that were initialized.
Public property TableInitializationStatistics Gets a DbSnapshotInitializationTableStatistics object that contains table-level statistics, such as the number of rows in a table.
Public property Transaction Gets or sets an IDbTransaction object that contains the transaction within which the snapshot initialization process ran.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data Namespace