BeginTransaction Method (String, IsolationLevel, SmiEventSink)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Begins a transaction on the connection. The assembly that contains this class has a friend relationship with SQLAccess.dll. It is intended for use by SQL Server. For other databases, use the hosting mechanism provided by that database.
Namespace: Microsoft.SqlServer.Server
Assembly: System.Data (in System.Data.dll)
MustOverride Sub BeginTransaction(ByVal name As String, ByVal level As IsolationLevel, ByVal eventSink As SmiEventSink)
internal abstract void BeginTransaction (string name, IsolationLevel level, SmiEventSink eventSink);
Parameters
Parameter |
Description |
|---|---|
name |
The name of the transaction. |
level |
The Isolation Level under which the transaction should run. |
eventSink |
The SmiEventSink object to be used for event callbacks from the server. |
Version Information
.NET Framework
Supported in: 2.0