IDbTransaction.Rollback 方法
Rolls back a transaction from a pending state.
命名空间: Microsoft.ReportingServices.DataProcessing
程序集: Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
Sub Rollback
用法
Dim instance As IDbTransaction
instance.Rollback()
void Rollback()
void Rollback()
abstract Rollback : unit -> unit
function Rollback()