PublisherMonitor.EnumMergeAgentSessionDetails2 Method
Returns additional detailed information about a Merge Agent session.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
구문
‘선언
Public Function EnumMergeAgentSessionDetails2 ( _
sessionId As Integer _
) As DataSet
public DataSet EnumMergeAgentSessionDetails2 (
int sessionId
)
public:
DataSet^ EnumMergeAgentSessionDetails2 (
int sessionId
)
public DataSet EnumMergeAgentSessionDetails2 (
int sessionId
)
public function EnumMergeAgentSessionDetails2 (
sessionId : int
) : DataSet
매개 변수
- sessionId
An Int32 value that represents ID of the session for which details are returned. This value can be obtained from the Session_id column returned by the EnumMergeAgentSessions2 method.
반환 값
A DataSet object that contains the following columns.
Column |
Data type |
Description |
PhaseID |
Int32 |
Is the phase of the synchronization session, which can be one of the following: 0 = Initialization or summary row 1 = Upload 2 = Download |
ArticleName |
Is the name of the article being synchronized. ArticleName also contains summary information for rows in the result set that do not represent article details. |
|
PercentComplete |
Indicates the percentage of the total changes applied in a given article detail row for currently running or failed sessions. |
|
RelativeCost |
Decimal |
Indicates the percentage of the total changes applied in a given article detail row for currently running or failed sessions. |
Duration |
Int32 |
Length of the agent session. |
Inserts |
Int32 |
Number of inserts in a session. |
Updates |
Int32 |
Number of updates in a session. |
Deletes |
Int32 |
Number of deletes in a session. |
Conflicts |
Int32 |
Number of conflicts that occurred in a session. |
ErrorID |
Int32 |
ID of a session error. |
SeqNo |
Int32 |
Order of sessions in the result set. |
RowType |
Int32 |
Indicates what type of information each row in the result set represents. 0 = Initialization 1 = Upload summary 2 = Article upload detail 3 = Download summary 4 = Article download detail |
SchemaChanges |
Int32 |
Number of schema changes in a session. |
주의
You should commit any property changes to the PublisherMonitor object before calling this method because properties of this object may need to be loaded if they have not been loaded already.
The EnumMergeAgentSessionDetails2 method can only be called by members of the db_owner or replmonitor fixed database roles on the distribution database.
Calling EnumMergeAgentSessionDetails2 is equivalent to executing sp_replmonitorhelpmergesessiondetail.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
PublisherMonitor Class
PublisherMonitor Members
Microsoft.SqlServer.Replication Namespace
PublisherMonitor.EnumMergeAgentSessionDetails Method
EnumMergeAgentSessions2
관련 자료
How to: Programmatically Monitor Replication (RMO Programming)