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.
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
Get
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As IDbTransaction
value = instance.Transaction
public IDbTransaction Transaction { get; }
public:
property IDbTransaction^ Transaction {
IDbTransaction^ get ();
}
member Transaction : IDbTransaction
function get Transaction () : IDbTransaction
Property Value
Type: System.Data.IDbTransaction
An IDbTransaction object that contains the transaction within which changes to metadata were attempted.