The Status event returns information periodically about the operation of the SQL Distribution control.
SQLDistribution Object | SQLMerge Object |
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 |
HRESULT Status (
BSTR Message,
Long Percent,
STATUS_RETURN_CODE *pReturnCode);