Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the transaction manager for the model.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property TransactionManager As TransactionManager
public TransactionManager TransactionManager { get; }
public:
property TransactionManager^ TransactionManager {
TransactionManager^ get ();
}
member TransactionManager : TransactionManager with get
function get TransactionManager () : TransactionManager
Property Value
Type: Microsoft.VisualStudio.Modeling.TransactionManager
A TransactionManager for the model.
.NET Framework Security
- 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
Reference
Microsoft.VisualStudio.Modeling Namespace
Other Resources
How to: Create Elements in Code
How to: Set or Get Domain Property Values