Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public ReadOnly Property TransactionManager As TransactionManager
Get
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
- 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