Server.Synchronize 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
Synchronize(SynchronizeInfo) |
Synchronizes the current object. |
Synchronize(String, String) |
Synchronizes the current object. |
Synchronize(String, String, SynchronizeSecurity, Boolean) |
Synchronizes the current object. |
Synchronize(SynchronizeInfo)
Synchronizes the current object.
public void Synchronize (Microsoft.AnalysisServices.SynchronizeInfo synchronizeInfo);
member this.Synchronize : Microsoft.AnalysisServices.SynchronizeInfo -> unit
Public Sub Synchronize (synchronizeInfo As SynchronizeInfo)
Parameters
- synchronizeInfo
- SynchronizeInfo
The synchronize info.
Applies to
Synchronize(String, String)
Synchronizes the current object.
public void Synchronize (string databaseID, string source);
member this.Synchronize : string * string -> unit
Public Sub Synchronize (databaseID As String, source As String)
Parameters
- databaseID
- String
The database identifier.
- source
- String
The source to get the object with which database will be synchronized.
Applies to
Synchronize(String, String, SynchronizeSecurity, Boolean)
Synchronizes the current object.
public void Synchronize (string databaseID, string source, Microsoft.AnalysisServices.SynchronizeSecurity synchronizeSecurity, bool applyCompression);
member this.Synchronize : string * string * Microsoft.AnalysisServices.SynchronizeSecurity * bool -> unit
Public Sub Synchronize (databaseID As String, source As String, synchronizeSecurity As SynchronizeSecurity, applyCompression As Boolean)
Parameters
- databaseID
- String
The database identifier.
- source
- String
The source to get the object with which database will be synchronized.
- synchronizeSecurity
- SynchronizeSecurity
The synchorinize security definition.
- applyCompression
- Boolean
true to apply compression; otherwise, false.