Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property Transaction As IDbTransaction
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As IDbTransaction
value = instance.Transaction
public IDbTransaction Transaction { get; }
public:
property IDbTransaction^ Transaction {
IDbTransaction^ get ();
}
/** @property */
public IDbTransaction get_Transaction ()
public function get Transaction () : IDbTransaction
Property Value
An IDbTransaction object that contains the transaction within which changes to metadata were attempted.
See Also
Reference
ApplyMetadataFailedEventArgs Class
ApplyMetadataFailedEventArgs Members
Microsoft.Synchronization.Data Namespace