Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initiates a transaction.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub BeginTransactionCore
protected virtual void BeginTransactionCore()
protected:
virtual void BeginTransactionCore()
abstract BeginTransactionCore : unit -> unit
override BeginTransactionCore : unit -> unit
protected function BeginTransactionCore()
Remarks
Throws a DataException exception if there is already a transaction in process.
.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.