DbEndSnapshotInitializationEventArgs::Transaction Property
Gets or sets an IDbTransaction object that contains the transaction within which the snapshot initialization process ran.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property IDbTransaction^ Transaction { IDbTransaction^ get (); internal: void set (IDbTransaction^ value); }
Property Value
Type: System.Data::IDbTransactionAn IDbTransaction object that contains the transaction within which the snapshot initialization process ran.
Show: