Model.SaveChanges 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
SaveChanges() |
Saves the local changes made on the model tree and update the version of the model residing on the Analysis Services instance, using default options. |
SaveChanges(SaveFlags) |
Saves the local changes made on the model tree and update the version of the model residing on the Analysis Services instance, using advanced options. |
SaveChanges(SaveOptions) |
Saves the local changes made on the model tree and update the version of the model residing on the Analysis Services instance, using advanced options. |
SaveChanges()
Saves the local changes made on the model tree and update the version of the model residing on the Analysis Services instance, using default options.
public Microsoft.AnalysisServices.Tabular.ModelOperationResult SaveChanges ();
member this.SaveChanges : unit -> Microsoft.AnalysisServices.Tabular.ModelOperationResult
Public Function SaveChanges () As ModelOperationResult
Returns
A ModelOperationResult with the results of the save operation on the remote model tree on the server after updating it based on the local model.
Applies to
SaveChanges(SaveFlags)
Saves the local changes made on the model tree and update the version of the model residing on the Analysis Services instance, using advanced options.
public Microsoft.AnalysisServices.Tabular.ModelOperationResult SaveChanges (Microsoft.AnalysisServices.Tabular.SaveFlags saveFlags);
member this.SaveChanges : Microsoft.AnalysisServices.Tabular.SaveFlags -> Microsoft.AnalysisServices.Tabular.ModelOperationResult
Public Function SaveChanges (saveFlags As SaveFlags) As ModelOperationResult
Parameters
- saveFlags
- SaveFlags
Advanced options that control the Save operation
Returns
A ModelOperationResult with the results of the save operation on the remote model tree on the server after updating it based on the local model.
Applies to
SaveChanges(SaveOptions)
Saves the local changes made on the model tree and update the version of the model residing on the Analysis Services instance, using advanced options.
public Microsoft.AnalysisServices.Tabular.ModelOperationResult SaveChanges (Microsoft.AnalysisServices.Tabular.SaveOptions saveOptions);
member this.SaveChanges : Microsoft.AnalysisServices.Tabular.SaveOptions -> Microsoft.AnalysisServices.Tabular.ModelOperationResult
Public Function SaveChanges (saveOptions As SaveOptions) As ModelOperationResult
Parameters
- saveOptions
- SaveOptions
Advanced options that control the Save operation
Returns
A ModelOperationResult with the results of the save operation on the remote model tree on the server after updating it based on the local model.