Model.Sync 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
Sync() |
Synchronizes a local copy of the model tree to the current version on the Analysis Services instance, using default options. |
Sync(SyncOptions) |
Synchronizes a local copy of the model tree to the current version on the Analysis Services instance, using the specified options. |
Sync()
Synchronizes a local copy of the model tree to the current version on the Analysis Services instance, using default options.
public Microsoft.AnalysisServices.Tabular.ModelOperationResult Sync ();
member this.Sync : unit -> Microsoft.AnalysisServices.Tabular.ModelOperationResult
Public Function Sync () As ModelOperationResult
Returns
A ModelOperationResult with the results of the sync operation on the local model tree after comparing it to the current model on the server.
Remarks
Essentially, the impact has a meaning of "what has changed on the Engine since the last time the model was synchronized".
Applies to
Sync(SyncOptions)
Synchronizes a local copy of the model tree to the current version on the Analysis Services instance, using the specified options.
public Microsoft.AnalysisServices.Tabular.ModelOperationResult Sync (Microsoft.AnalysisServices.Tabular.SyncOptions options);
member this.Sync : Microsoft.AnalysisServices.Tabular.SyncOptions -> Microsoft.AnalysisServices.Tabular.ModelOperationResult
Public Function Sync (options As SyncOptions) As ModelOperationResult
Parameters
- options
- SyncOptions
The synchronization options.
Returns
A ModelOperationResult with the results of the sync operation on the local model tree after comparing it to the current model on the server.
Remarks
Essentially, the impact has a meaning of "what has changed on the Engine since the last time the model was synchronized".