GetSessionDetailsDataSet 方法

Returns detailed information on a Merge Agent session as an DataSet object.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Function GetSessionDetailsDataSet ( _
    sessionId As Integer _
) As DataSet
'用途
Dim instance As MergeSubscriberMonitor
Dim sessionId As Integer
Dim returnValue As DataSet

returnValue = instance.GetSessionDetailsDataSet(sessionId)
public DataSet GetSessionDetailsDataSet(
    int sessionId
)
public:
DataSet^ GetSessionDetailsDataSet(
    int sessionId
)
member GetSessionDetailsDataSet : 
        sessionId:int -> DataSet 
public function GetSessionDetailsDataSet(
    sessionId : int
) : DataSet

參數

傳回值

型別:System.Data. . :: . .DataSet
An DataSet object.

備註

Call the GetSessionDetails method to return session details as an array of MergeSessionDetail objects instead of a DataSet object.

Calling the GetSessionDetailsDataSet method is equivalent to executing sp_replmonitorhelpmergesessiondetail (Transact-SQL) at the Subscriber.

The GetSessionDetailsDataSet method can be executed by members of the db_owner or replmonitor fixed database roles in the distribution database, when connected to the Distributor, or in the subscription database, when connected to the Subscriber.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.