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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
How to: Create Elements 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