Share via


Store.TransactionManager Property

Gets the transaction manager for the model.

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

Syntax

'Declaration
Public ReadOnly Property TransactionManager As TransactionManager
'Usage
Dim instance As Store 
Dim value As TransactionManager 

value = instance.TransactionManager
public TransactionManager TransactionManager { get; }
public:
property TransactionManager^ TransactionManager {
    TransactionManager^ get ();
}
public function get TransactionManager () : TransactionManager

Property Value

Type: Microsoft.VisualStudio.Modeling.TransactionManager
A TransactionManager for the model.

.NET Framework Security

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace

Other Resources

How to: Create Elements in Code

How to: Create Links in Code

How to: Set or Get Domain Property Values

How to: Delete Elements from the Model

How to: Make Changes to a Model using Metadata