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.
Initiates a transaction and returns the new current transaction level.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Function BeginTransaction As Integer
public virtual int BeginTransaction()
public:
virtual int BeginTransaction()
abstract BeginTransaction : unit -> int
override BeginTransaction : unit -> int
public function BeginTransaction() : int
Return Value
Type: System.Int32
Returns an integer value representing the new current transaction level.
.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.
See Also
Reference
AdoDotNetConnectionSupport Class