Share via


TransactionManager Constructor

Initializes a new instance of the TransactionManager class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    store As Store _
)
public TransactionManager(
    Store store
)
public:
TransactionManager(
    Store^ store
)
new : 
        store:Store -> TransactionManager
public function TransactionManager(
    store : Store
)

Parameters

.NET Framework Security

See Also

Reference

TransactionManager Class

Microsoft.VisualStudio.Modeling Namespace