Server.CommitTransaction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CommitTransaction() |
Commits the changes made in the current transaction. |
CommitTransaction(ModelOperationResult) |
Commits the changes made in the current transaction and returns ModelOperationResult. |
CommitTransaction()
Commits the changes made in the current transaction.
public void CommitTransaction ();
abstract member CommitTransaction : unit -> unit
override this.CommitTransaction : unit -> unit
Public Sub CommitTransaction ()
Applies to
CommitTransaction(ModelOperationResult)
Commits the changes made in the current transaction and returns ModelOperationResult.
public void CommitTransaction (out Microsoft.AnalysisServices.Tabular.ModelOperationResult modelResult);
member this.CommitTransaction : ModelOperationResult -> unit
Public Sub CommitTransaction (ByRef modelResult As ModelOperationResult)
Parameters
- modelResult
- ModelOperationResult
ModelOperationResult which will hold the result of the transaction.