ApplyMetadataFailedEventArgs::Transaction Property

Gets or sets an IDbTransaction object that contains the transaction within which changes to metadata were attempted.

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

public:
property IDbTransaction^ Transaction {
	IDbTransaction^ get ();
}

Property Value

Type: System.Data::IDbTransaction
An IDbTransaction object that contains the transaction within which changes to metadata were attempted.
Show: