SqlSessionState Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public SqlSessionState (Microsoft.Dynamics.Ax.Xpp.DataAccess.SqlConnectionStateFactory sqlConnectionStateFactory, Microsoft.Dynamics.Ax.Xpp.DataAccess.AxSqlDataAccessServiceFactory dataAccessServiceFactory, Microsoft.Dynamics.AX.Data.Sql.SqlSessionTelemetry sqlSessionTelemetry, Microsoft.Dynamics.Ax.Xpp.SqlConnectionStateKind kind = Microsoft.Dynamics.Ax.Xpp.SqlConnectionStateKind.ReadWrite);
new Microsoft.Dynamics.Ax.Xpp.SqlSessionState : Microsoft.Dynamics.Ax.Xpp.DataAccess.SqlConnectionStateFactory * Microsoft.Dynamics.Ax.Xpp.DataAccess.AxSqlDataAccessServiceFactory * Microsoft.Dynamics.AX.Data.Sql.SqlSessionTelemetry * Microsoft.Dynamics.Ax.Xpp.SqlConnectionStateKind -> Microsoft.Dynamics.Ax.Xpp.SqlSessionState
Public Sub New (sqlConnectionStateFactory As SqlConnectionStateFactory, dataAccessServiceFactory As AxSqlDataAccessServiceFactory, sqlSessionTelemetry As SqlSessionTelemetry, Optional kind As SqlConnectionStateKind = Microsoft.Dynamics.Ax.Xpp.SqlConnectionStateKind.ReadWrite)
Parameters
- sqlConnectionStateFactory
- Microsoft.Dynamics.Ax.Xpp.DataAccess.SqlConnectionStateFactory
- dataAccessServiceFactory
- AxSqlDataAccessServiceFactory
- sqlSessionTelemetry
- Microsoft.Dynamics.AX.Data.Sql.SqlSessionTelemetry
- kind
- Microsoft.Dynamics.Ax.Xpp.SqlConnectionStateKind