Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the current IDbTransaction, if any.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property Transaction As IDbTransaction
protected IDbTransaction Transaction { get; }
protected:
property IDbTransaction^ Transaction {
IDbTransaction^ get ();
}
member Transaction : IDbTransaction with get
function get Transaction () : IDbTransaction
Property Value
Type: System.Data.IDbTransaction
Returns an IDbTransaction object instance; returns nulla null reference (Nothing in Visual Basic) if not currently in a transaction.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.