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

'宣言
Public ReadOnly Property TransactionManager As TransactionManager
'使用
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.

Permissions

See Also

Concepts

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

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace