AdomdConnection.System.Data.IDbConnection.BeginTransaction Method (IsolationLevel)
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Private Function System.Data.IDbConnection.BeginTransaction ( _
isolationLevel As IsolationLevel _
) As IDbTransaction Implements IDbConnection.BeginTransaction
IDbTransaction IDbConnection.BeginTransaction (
IsolationLevel isolationLevel
)
private:
virtual IDbTransaction^ System.Data.IDbConnection.BeginTransaction (
IsolationLevel isolationLevel
) sealed = IDbConnection::BeginTransaction
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- isolationLevel
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace