SynchronizeInfo Constructors
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
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, SynchronizeSecurity) |
Initializes a new instance of the SynchronizeInfo class using the specified database ID, source and synchronization security. |
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, 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. |
SynchronizeInfo()
Initializes a new instance of the SynchronizeInfo class using the default values.
public SynchronizeInfo ();
Public Sub New ()
Applies to
SynchronizeInfo(String, String)
Initializes a new instance of the SynchronizeInfo class using the specified database ID and source.
public SynchronizeInfo (string databaseID, string source);
new Microsoft.AnalysisServices.SynchronizeInfo : string * string -> Microsoft.AnalysisServices.SynchronizeInfo
Public Sub New (databaseID As String, source As String)
Parameters
- databaseID
- String
The database identifier.
- source
- String
The source.
Applies to
SynchronizeInfo(String, String, SynchronizeSecurity)
Initializes a new instance of the SynchronizeInfo class using the specified database ID, source and synchronization security.
public SynchronizeInfo (string databaseID, string source, Microsoft.AnalysisServices.SynchronizeSecurity synchronizeSecurity);
new Microsoft.AnalysisServices.SynchronizeInfo : string * string * Microsoft.AnalysisServices.SynchronizeSecurity -> Microsoft.AnalysisServices.SynchronizeInfo
Public Sub New (databaseID As String, source As String, synchronizeSecurity As SynchronizeSecurity)
Parameters
- databaseID
- String
The database identifier.
- source
- String
The source.
- synchronizeSecurity
- SynchronizeSecurity
The synchronize security.
Applies to
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.
public SynchronizeInfo (string databaseID, string source, bool applyCompression);
new Microsoft.AnalysisServices.SynchronizeInfo : string * string * bool -> Microsoft.AnalysisServices.SynchronizeInfo
Public Sub New (databaseID As String, source As String, applyCompression As Boolean)
Parameters
- databaseID
- String
The database identifier.
- source
- String
The source.
- applyCompression
- Boolean
true if the object apply compression; otherwise, false.
Applies to
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.
public SynchronizeInfo (string databaseID, string source, Microsoft.AnalysisServices.SynchronizeSecurity synchronizeSecurity, bool applyCompression);
new Microsoft.AnalysisServices.SynchronizeInfo : string * string * Microsoft.AnalysisServices.SynchronizeSecurity * bool -> Microsoft.AnalysisServices.SynchronizeInfo
Public Sub New (databaseID As String, source As String, synchronizeSecurity As SynchronizeSecurity, applyCompression As Boolean)
Parameters
- databaseID
- String
The database identifier.
- source
- String
The source.
- synchronizeSecurity
- SynchronizeSecurity
The synchronize security.
- applyCompression
- Boolean
true if the object apply compression; otherwise, false.