JsonScripter.ScriptSynchronize Method
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
| ScriptSynchronize(String, String) |
Creates a script to Synchronize the database. |
| ScriptSynchronize(String, String, SynchronizeSecurity, Boolean) |
Creates a script with more synchronization options to Synchronize the database. |
ScriptSynchronize(String, String)
Creates a script to Synchronize the database.
public static string ScriptSynchronize (string databaseName, string source);
static member ScriptSynchronize : string * string -> string
Public Shared Function ScriptSynchronize (databaseName As String, source As String) As String
Parameters
- databaseName
- String
Name of a the database to Synchronize.
- source
- String
A connection string.
Returns
System.String containing a scripted Synchronize command.
Applies to
ScriptSynchronize(String, String, SynchronizeSecurity, Boolean)
Creates a script with more synchronization options to Synchronize the database.
public static string ScriptSynchronize (string databaseName, string source, Microsoft.AnalysisServices.SynchronizeSecurity synchronizeSecurity, bool applyCompression);
static member ScriptSynchronize : string * string * Microsoft.AnalysisServices.SynchronizeSecurity * bool -> string
Public Shared Function ScriptSynchronize (databaseName As String, source As String, synchronizeSecurity As SynchronizeSecurity, applyCompression As Boolean) As String
Parameters
- databaseName
- String
The database to Synchronize.
- source
- String
A connection string.
- synchronizeSecurity
- SynchronizeSecurity
A Boolean that specifies whether to synchronize security.
- applyCompression
- Boolean
A Boolean that specifies whether to apply compression.
Returns
System.String containing a scripted Synchronize command.