Rolls back, or voids, a transaction and returns the new current transaction level.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Protected Overridable Sub RollbackTransactionCore
'使用
Me.RollbackTransactionCore()
protected virtual void RollbackTransactionCore()
protected:
virtual void RollbackTransactionCore()
protected function RollbackTransactionCore()
Remarks
An integer value indicating the new current transaction level.
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
Reference
AdoDotNetConnectionSupport Class