SynchronizeInfo Class
Updated: May 24, 2016
Represents the synchronize information for the analysis services.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | SynchronizeInfo() | Initializes a new instance of the SynchronizeInfo class. |
![]() | SynchronizeInfo(String^, String^) | Initializes a new instance of the SynchronizeInfo class. |
![]() | SynchronizeInfo(String^, String^, Boolean) | Initializes a new instance of the SynchronizeInfo class. |
![]() | SynchronizeInfo(String^, String^, SynchronizeSecurity) | Initializes a new instance of the SynchronizeInfo class. |
![]() | SynchronizeInfo(String^, String^, SynchronizeSecurity, Boolean) | Initializes a new instance of the SynchronizeInfo class. |
| Name | Description | |
|---|---|---|
![]() | ApplyCompression | Gets or sets a value that indicates whether the information will compressed or not. |
![]() | DatabaseID | Gets or sets the database ID. |
![]() | Source | Gets or sets the source of the property. |
![]() | SynchronizeSecurity | Gets or sets the synchronize security. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

