Share via


GetAgentsStatus2 Method (DistributionPublication2, DistributionPublisher2)

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The GetAgentsStatus2 method returns a high level report of execution state for replication agents implementing the publications of a Publisher.

구문

object
.GetAgentsStatus2( 
fExcludeAnonymous
,
pRetValStatus
,
pRetValTimeStamp
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.
  • fExcludeAnonymous
    Boolean that specifies whether status from anonymous subscriptions is excluded.
  • pRetVal
    Enumerated long value returned.
  • pRetValTimeStamp
    String value returned.

Prototype (C/C++)

HRESULT GetAgentsStatus2(
BOOL fExcludeAnonymous, 
SQLDMO_TASKSTATUS_TYPE *pRetVal, 
SQLDMO_LPBSTR pRetValTimeStamp);

Returns

Interpret the value returned in the ReturnedStatus argument using these SQLDMO_TASKSTATUS_TYPE values.

Constant Value Description

SQLDMOTask_Failed

6

At least one agent-implementing job has failed to execute successfully.

SQLDMOTask_Idle

4

All agent-implementing jobs are scheduled and idle.

SQLDMOTask_Pending

0

All agent-implementing jobs are waiting to start.

SQLDMOTask_Retry

5

At least one agent-implementing job is attempting to execute after a previous failure.

SQLDMOTask_Running

3

At least one agent-implementing job is executing.

SQLDMOTask_Starting

1

One or more agent-implementing jobs are starting.

SQLDMOTask_Succeeded

2

All agent-implementing jobs have successfully executed.

The TimeStamp argument returns a timestamp (binary) value as a hexadecimal character string.

주의

The GetAgentsStatus2 method extends the functionality of the GetAgentsStatus method by including the fExcludeAnonymous parameter. When fExcludeAnonymous is set to TRUE, anonymous subscriptions are not enumerated.

When using Microsoft Visual Basic as a SQL Distributed Management Objects (SQL-DMO) application development environment, use the subroutine call statement syntax to execute the GetAgentsStatus method successfully.

[!참고] SQL-DMO strings are always returned as OLE BSTR objects. A C/C++ application obtains a reference to the string. The application must release the reference using SysFreeString.

[!참고] If an application calls GetAgentsStatus2 on an instance of 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.

Applies To:

DistributionPublication2 Object

DistributionPublisher2 Object

참고 항목

참조

GetAgentsStatus Method (DistributionPublication, DistributionPublisher)

도움말 및 정보

SQL Server 2005 지원 받기