SynchronizeInfo Class

Definition

Represents the synchronize information for the analysis services.

[System.Runtime.InteropServices.Guid("C71AE9B5-7FA4-4A48-8A96-3E2A789214B1")]
public sealed class SynchronizeInfo
[<System.Runtime.InteropServices.Guid("C71AE9B5-7FA4-4A48-8A96-3E2A789214B1")>]
type SynchronizeInfo = class
Public NotInheritable Class SynchronizeInfo
Inheritance
SynchronizeInfo
Attributes

Constructors

SynchronizeInfo()

Initializes a new instance of the SynchronizeInfo class using the default values.

SynchronizeInfo(String, String)

Initializes a new instance of the SynchronizeInfo class using the specified database ID and source.

SynchronizeInfo(String, String, Boolean)

Initializes a new instance of the SynchronizeInfo class using the specified database ID, source and an indication if compression should be applied.

SynchronizeInfo(String, String, SynchronizeSecurity)

Initializes a new instance of the SynchronizeInfo class using the specified database ID, source and synchronization security.

SynchronizeInfo(String, String, SynchronizeSecurity, Boolean)

Initializes a new instance of the SynchronizeInfo class using the specified database ID, source, synchronization security, and an indication if compression should be applied.

Properties

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.

Applies to