TeamFoundationSqlResourceComponent.BeginTransaction Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace