MergePullSubscription 생성자 (String, String, String, String, ServerConnection)
SQL Server 2012
Creates a new instance of the MergePullSubscription class with the specified database, Publisher, publication, and Subscriber connection.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
public MergePullSubscription( string subscriptionDBName, string publisherName, string publicationDBName, string publicationName, ServerConnection subscriberConnectionContext )
매개 변수
- subscriptionDBName
- 유형: System.String
- publisherName
- 유형: System.String
A String value that specifies the name of the Publisher.
- publicationDBName
- 유형: System.String
A String value that specifies the name of the publication database.
- publicationName
- 유형: System.String
A String value that specifies the name of the publication.
- subscriberConnectionContext
- 유형: Microsoft.SqlServer.Management.Common.ServerConnection
표시: