MergePullSubscription Constructor (String, String, String, String, ServerConnection)
Creates a new instance of the MergePullSubscription class with the specified database, Publisher, publication, and Subscriber connection.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Declaration
Public Sub New ( _
subscriptionDBName As String, _
publisherName As String, _
publicationDBName As String, _
publicationName As String, _
subscriberConnectionContext As ServerConnection _
)
public MergePullSubscription (
string subscriptionDBName,
string publisherName,
string publicationDBName,
string publicationName,
ServerConnection subscriberConnectionContext
)
public:
MergePullSubscription (
String^ subscriptionDBName,
String^ publisherName,
String^ publicationDBName,
String^ publicationName,
ServerConnection^ subscriberConnectionContext
)
public MergePullSubscription (
String subscriptionDBName,
String publisherName,
String publicationDBName,
String publicationName,
ServerConnection subscriberConnectionContext
)
public function MergePullSubscription (
subscriptionDBName : String,
publisherName : String,
publicationDBName : String,
publicationName : String,
subscriberConnectionContext : ServerConnection
)
Parameters
- subscriptionDBName
- publisherName
A String value that specifies the name of the Publisher.
- publicationDBName
A String value that specifies the name of the publication database.
- publicationName
A String value that specifies the name of the publication.
- subscriberConnectionContext
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MergePullSubscription Class
MergePullSubscription Members
Microsoft.SqlServer.Replication Namespace