Server.Synchronize Method

Definition

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.

C#
public void Synchronize (Microsoft.AnalysisServices.SynchronizeInfo synchronizeInfo);

Parameters

synchronizeInfo
SynchronizeInfo

The synchronize info.

Applies to

Analysis Services SDK for .NET latest
Product Versions
Analysis Services SDK for .NET latest

Synchronize(String, String)

Synchronizes the current object.

C#
public void Synchronize (string databaseID, string source);

Parameters

databaseID
String

The database identifier.

source
String

The source to get the object with which database will be synchronized.

Applies to

Analysis Services SDK for .NET latest
Product Versions
Analysis Services SDK for .NET latest

Synchronize(String, String, SynchronizeSecurity, Boolean)

Synchronizes the current object.

C#
public void Synchronize (string databaseID, string source, Microsoft.AnalysisServices.SynchronizeSecurity synchronizeSecurity, bool applyCompression);

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.

Applies to

Analysis Services SDK for .NET latest
Product Versions
Analysis Services SDK for .NET latest