TeamFoundationSqlResourceComponent.BeginTransaction Method

Used to wrap several calls in a single transaction. All executes on this component will be in the transaction until Commit or RollBack are called.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub BeginTransaction ( _
    isolationLevel As IsolationLevel _
)
public void BeginTransaction(
    IsolationLevel isolationLevel
)
public:
void BeginTransaction(
    IsolationLevel isolationLevel
)
member BeginTransaction : 
        isolationLevel:IsolationLevel -> unit
public function BeginTransaction(
    isolationLevel : IsolationLevel
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace