Store.TransactionManager Property

Gets the transaction manager for the model.

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

Syntax

'Declaration
Public ReadOnly Property TransactionManager As TransactionManager
public TransactionManager TransactionManager { get; }
public:
property TransactionManager^ TransactionManager {
    TransactionManager^ get ();
}
member TransactionManager : TransactionManager
function get TransactionManager () : TransactionManager

Property Value

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

.NET Framework Security

See Also

Reference

Store Class

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 and Links Programmatically

How to: Make Changes to a Model using Metadata