Share via


SqlDataDictionary.tableSynchronize Method

Definition

Overloads

tableSynchronize(Int32)

Synchronizes the table and the table of the SQL database.

tableSynchronize(Int32, Boolean)
tableSynchronize(Int32, Boolean, Boolean)

tableSynchronize(Int32)

Synchronizes the table and the table of the SQL database.

public:
 virtual int tableSynchronize(int num1);
public virtual int tableSynchronize (int num1);
abstract member tableSynchronize : int -> int
override this.tableSynchronize : int -> int
Public Overridable Function tableSynchronize (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

true if the method succeeds.

Applies to

tableSynchronize(Int32, Boolean)

public:
 virtual int tableSynchronize(int num1, bool flag1);
public virtual int tableSynchronize (int num1, bool flag1);
abstract member tableSynchronize : int * bool -> int
override this.tableSynchronize : int * bool -> int
Public Overridable Function tableSynchronize (num1 As Integer, flag1 As Boolean) As Integer

Parameters

num1
Int32
flag1
Boolean

Returns

Applies to

tableSynchronize(Int32, Boolean, Boolean)

public:
 virtual int tableSynchronize(int _tableId, bool _update_dict_info_only, bool _check_indexes);
public virtual int tableSynchronize (int _tableId, bool _update_dict_info_only, bool _check_indexes);
abstract member tableSynchronize : int * bool * bool -> int
override this.tableSynchronize : int * bool * bool -> int
Public Overridable Function tableSynchronize (_tableId As Integer, _update_dict_info_only As Boolean, _check_indexes As Boolean) As Integer

Parameters

_tableId
Int32

When set forces reindex of the table indexes; optional. By default, true.

_update_dict_info_only
Boolean
_check_indexes
Boolean

Returns

Applies to