Status Event (Replication)

The Status event returns information periodically about the operation of the SQL Distribution control.

Applies to
SQLDistribution Object SQLMerge Object

Syntax

object.Status(
Message As String,
Percent As Long
) as STATUS_RETURN_CODE

Part Description
object Expression that evaluates to an object in the Applies To list
Message Status of the SQL Distribution control operation
Percent Percent of the operation completed successfully

Prototype (C/C++)

HRESULT Status (
BSTR Message,
Long Percent,
STATUS_RETURN_CODE *pReturnCode);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.