LastMergedStatus Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The LastMergedStatusproperty returns the current status of Merge Agent, as it synchronizes the referenced subscription.
Syntaxe
object
.LastMergedStatus
Parts
- object
An expression that evaluates to an object in the Applies To list
Returns
The LastMergedStatus property returns these SQLDMO_TASKSTATUS_TYPE values.
Constant |
Value |
Description |
---|---|---|
SQLDMOTask_Failed |
6 |
At least one job failed to execute. |
SQLDMOTask_Idle |
4 |
All jobs are scheduled and idle. |
SQLDMOTask_Pending |
0 |
All jobs are waiting to start. |
SQLDMOTask_Retry |
5 |
At least one job is attempting to execute after a previous failure. |
SQLDMOTask_Running |
3 |
At least one job is executing. |
SQLDMOTask_Starting |
1 |
At least one job is starting. |
SQLDMOTask_Succeeded |
2 |
All jobs executed successfully. |
Data Type
Long, enumerated
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetLastMergedStatus(SQLDMO_TASKSTATUS_TYPE *pRetVal);
Notes
If an application calls LastMergedStatus on an instance of Microsoft SQL Server version 7.0, the constant, SQLDMO_E_SQL80ONLY, and the message "This property or method requires Microsoft SQL Server 2000 or later" are returned.