ManualSyncPending Method

SQLServer.Database Object

Description

Indicates if manual synchronization has been specified but not yet completed. Call ManualSyncCompleted when you have completed the manual synchronization.

Visual Basic

bSyncPending = Database.ManualSyncPending (
[PubServerName :=] idServer,
[PubDatabaseName :=] idDatabase,
[PublicationName :=] idPublication,
[ArticleName :=] idArticle )

C++

HRESULT pDatabase->ManualSyncPending (
SQLOLE_LPCSTR
idServer,
SQLOLE_LPCSTR
idDatabase,
SQLOLE_LPCSTR
idPublication,
SQLOLE_LPCSTR
idArticle,
LPBOOL
pbSyncPending );

Elements

Element Type Description

bSyncPending Boolean Indicates if manual synchronization is pending. If True, manual synchronization has not been completed. If False, the user has indicated that manual synchronization has been completed by the user.
idServer Identifier Publishing server
idDatabase Identifier Database
idPublication Identifier Publication
idArticle Identifier Article

Remarks

This is an indexed property.