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 to the version of the model residing in the database on the Server. |
| SaveChanges(SaveFlags) |
Saves local modifications made on the model tree to the Server. |
| SaveChanges(SaveOptions) |
Saves local modifications made on model tree to the Server. |
SaveChanges()
Saves the local changes made on the model tree to the version of the model residing in the database on the Server.
public Microsoft.AnalysisServices.Tabular.ModelOperationResult SaveChanges ();
member this.SaveChanges : unit -> Microsoft.AnalysisServices.Tabular.ModelOperationResult
Public Function SaveChanges () As ModelOperationResult
Returns
Result of a SaveChanges operation, including a description of how the local model varies from the version it is replacing on the Server.
Applies to
SaveChanges(SaveFlags)
Saves local modifications made on the model tree to the Server.
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
Flags that control the Save operation
Returns
Result of the SaveChanges operation, including impact
Applies to
SaveChanges(SaveOptions)
Saves local modifications made on model tree to the Server.
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
Options that control the Save operation
Returns
Result of the SaveChanges operation, including impact.