Share via


SqlDataDictionary.synchronize Method

Definition

Overloads

synchronize()

Synchronizes the data dictionary and the data dictionary of the SQL database.

synchronize(Boolean)

synchronize()

Synchronizes the data dictionary and the data dictionary of the SQL database.

public:
 static int synchronize();
public static int synchronize ();
static member synchronize : unit -> int
Public Shared Function synchronize () As Integer

Returns

true if synchronization was successful; otherwise false.

Applies to

synchronize(Boolean)

public:
 static int synchronize(bool _synchronize_all);
public static int synchronize (bool _synchronize_all);
static member synchronize : bool -> int
Public Shared Function synchronize (_synchronize_all As Boolean) As Integer

Parameters

_synchronize_all
Boolean

Returns

Applies to