MergeSubscriberMonitor.GetSessionDetailsDataSet(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns detailed information on a Merge Agent session as an DataSet object.
public:
System::Data::DataSet ^ GetSessionDetailsDataSet(int sessionId);
public System.Data.DataSet GetSessionDetailsDataSet (int sessionId);
member this.GetSessionDetailsDataSet : int -> System.Data.DataSet
Public Function GetSessionDetailsDataSet (sessionId As Integer) As DataSet
Parameters
- sessionId
- Int32
Identifies a Merge Agent session.
Returns
An DataSet object.
Remarks
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.