SynchronizeInfo Class

 

Updated: May 24, 2016

Represents the synchronize information for the analysis services.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

System::Object
  Microsoft.AnalysisServices::SynchronizeInfo

[GuidAttribute("C71AE9B5-7FA4-4A48-8A96-3E2A789214B1")]
public ref class SynchronizeInfo sealed 

NameDescription
System_CAPS_pubmethodSynchronizeInfo()

Initializes a new instance of the SynchronizeInfo class.

System_CAPS_pubmethodSynchronizeInfo(String^, String^)

Initializes a new instance of the SynchronizeInfo class.

System_CAPS_pubmethodSynchronizeInfo(String^, String^, Boolean)

Initializes a new instance of the SynchronizeInfo class.

System_CAPS_pubmethodSynchronizeInfo(String^, String^, SynchronizeSecurity)

Initializes a new instance of the SynchronizeInfo class.

System_CAPS_pubmethodSynchronizeInfo(String^, String^, SynchronizeSecurity, Boolean)

Initializes a new instance of the SynchronizeInfo class.

NameDescription
System_CAPS_pubpropertyApplyCompression

Gets or sets a value that indicates whether the information will compressed or not.

System_CAPS_pubpropertyDatabaseID

Gets or sets the database ID.

System_CAPS_pubpropertySource

Gets or sets the source of the property.

System_CAPS_pubpropertySynchronizeSecurity

Gets or sets the synchronize security.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: