xApplication.Dbsynchronize 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
Dbsynchronize()
public:
virtual bool Dbsynchronize();
public virtual bool Dbsynchronize ();
abstract member Dbsynchronize : unit -> bool
override this.Dbsynchronize : unit -> bool
Public Overridable Function Dbsynchronize () As Boolean
Returns
Applies to
Dbsynchronize(Int32)
public:
virtual bool Dbsynchronize(int tableId);
public virtual bool Dbsynchronize (int tableId);
abstract member Dbsynchronize : int -> bool
override this.Dbsynchronize : int -> bool
Public Overridable Function Dbsynchronize (tableId As Integer) As Boolean
Parameters
- tableId
- Int32
Returns
Applies to
Dbsynchronize(Int32, Boolean)
public:
virtual bool Dbsynchronize(int tableId, bool checkAsNeeded);
public virtual bool Dbsynchronize (int tableId, bool checkAsNeeded);
abstract member Dbsynchronize : int * bool -> bool
override this.Dbsynchronize : int * bool -> bool
Public Overridable Function Dbsynchronize (tableId As Integer, checkAsNeeded As Boolean) As Boolean
Parameters
- tableId
- Int32
- checkAsNeeded
- Boolean
Returns
Applies to
Dbsynchronize(Int32, Boolean, Boolean)
public:
virtual bool Dbsynchronize(int tableId, bool checkAsNeeded, bool continueOnError);
public virtual bool Dbsynchronize (int tableId, bool checkAsNeeded, bool continueOnError);
abstract member Dbsynchronize : int * bool * bool -> bool
override this.Dbsynchronize : int * bool * bool -> bool
Public Overridable Function Dbsynchronize (tableId As Integer, checkAsNeeded As Boolean, continueOnError As Boolean) As Boolean
Parameters
- tableId
- Int32
- checkAsNeeded
- Boolean
- continueOnError
- Boolean
Returns
Applies to
Dbsynchronize(Int32, Boolean, Boolean, Boolean)
public:
virtual bool Dbsynchronize(int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress);
public virtual bool Dbsynchronize (int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress);
abstract member Dbsynchronize : int * bool * bool * bool -> bool
override this.Dbsynchronize : int * bool * bool * bool -> bool
Public Overridable Function Dbsynchronize (tableId As Integer, checkAsNeeded As Boolean, continueOnError As Boolean, showProgress As Boolean) As Boolean
Parameters
- tableId
- Int32
- checkAsNeeded
- Boolean
- continueOnError
- Boolean
- showProgress
- Boolean
Returns
Applies to
Dbsynchronize(Int32, Boolean, Boolean, Boolean, Object[])
public:
virtual bool Dbsynchronize(int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress, cli::array <System::Object ^> ^ checkSyncTables);
public virtual bool Dbsynchronize (int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress, object[] checkSyncTables);
abstract member Dbsynchronize : int * bool * bool * bool * obj[] -> bool
override this.Dbsynchronize : int * bool * bool * bool * obj[] -> bool
Public Overridable Function Dbsynchronize (tableId As Integer, checkAsNeeded As Boolean, continueOnError As Boolean, showProgress As Boolean, checkSyncTables As Object()) As Boolean
Parameters
- tableId
- Int32
- checkAsNeeded
- Boolean
- continueOnError
- Boolean
- showProgress
- Boolean
- checkSyncTables
- Object[]
Returns
Applies to
Dbsynchronize(Int32, Boolean, Boolean, Boolean, Object[], Boolean)
public:
virtual bool Dbsynchronize(int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress, cli::array <System::Object ^> ^ checkSyncTables, bool createAllIndexes);
public virtual bool Dbsynchronize (int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress, object[] checkSyncTables, bool createAllIndexes);
abstract member Dbsynchronize : int * bool * bool * bool * obj[] * bool -> bool
override this.Dbsynchronize : int * bool * bool * bool * obj[] * bool -> bool
Public Overridable Function Dbsynchronize (tableId As Integer, checkAsNeeded As Boolean, continueOnError As Boolean, showProgress As Boolean, checkSyncTables As Object(), createAllIndexes As Boolean) As Boolean
Parameters
- tableId
- Int32
- checkAsNeeded
- Boolean
- continueOnError
- Boolean
- showProgress
- Boolean
- checkSyncTables
- Object[]
- createAllIndexes
- Boolean
Returns
Applies to
Dbsynchronize(Int32, Boolean, Boolean, Boolean, Object[], Boolean, Boolean)
public:
virtual bool Dbsynchronize(int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress, cli::array <System::Object ^> ^ checkSyncTables, bool createAllIndexes, bool useLockForSingleTable);
public virtual bool Dbsynchronize (int tableId, bool checkAsNeeded, bool continueOnError, bool showProgress, object[] checkSyncTables, bool createAllIndexes, bool useLockForSingleTable);
abstract member Dbsynchronize : int * bool * bool * bool * obj[] * bool * bool -> bool
override this.Dbsynchronize : int * bool * bool * bool * obj[] * bool * bool -> bool
Public Overridable Function Dbsynchronize (tableId As Integer, checkAsNeeded As Boolean, continueOnError As Boolean, showProgress As Boolean, checkSyncTables As Object(), createAllIndexes As Boolean, useLockForSingleTable As Boolean) As Boolean
Parameters
- tableId
- Int32
- checkAsNeeded
- Boolean
- continueOnError
- Boolean
- showProgress
- Boolean
- checkSyncTables
- Object[]
- createAllIndexes
- Boolean
- useLockForSingleTable
- Boolean