Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 | |
|---|---|---|
![]() |
InitializationStatistics | Gets a DbSnapshotInitializationStatistics object that contains session-level statistics, such as the number of tables that were initialized. |
![]() |
TableInitializationStatistics | Gets a DbSnapshotInitializationTableStatistics object that contains table-level statistics, such as the number of rows in a table. |
![]() |
Transaction | Gets or sets an IDbTransaction object that contains the transaction within which the snapshot initialization process ran. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)