Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Applications call the Initialize method to prepare for synchronization. The Initialize method opens the connection to the SQL Server 2005 Compact Edition (SQL Server Compact Edition) database.
Syntax
object.Initialize()
Applies To
SQL Server Compact Edition Replication object
Prototype
HRESULT Initialize();
Returns
| Return code | Description |
|---|---|
S_OK |
Method succeeded. |
Any FAILED(HRESULT) |
See the SSCEErrors collection for detailed error information. |
Remarks
The application must call the Initialize method before calling the Run method. Specifically, the application must call the Initialize, Run, and Terminate methods in succession.