MergeSubscription 생성자 (String, String, String, String, ServerConnection)
Creates a new instance of the MergeSubscription class with the specified connection to the Publisher and the properties that uniquely define the subscription.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Sub New ( _
publicationName As String, _
databaseName As String, _
subscriberName As String, _
subscriptionDBName As String, _
connectionContext As ServerConnection _
)
‘사용 방법
Dim publicationName As String
Dim databaseName As String
Dim subscriberName As String
Dim subscriptionDBName As String
Dim connectionContext As ServerConnection
Dim instance As New MergeSubscription(publicationName, _
databaseName, subscriberName, subscriptionDBName, _
connectionContext)
public MergeSubscription(
string publicationName,
string databaseName,
string subscriberName,
string subscriptionDBName,
ServerConnection connectionContext
)
public:
MergeSubscription(
String^ publicationName,
String^ databaseName,
String^ subscriberName,
String^ subscriptionDBName,
ServerConnection^ connectionContext
)
new :
publicationName:string *
databaseName:string *
subscriberName:string *
subscriptionDBName:string *
connectionContext:ServerConnection -> MergeSubscription
public function MergeSubscription(
publicationName : String,
databaseName : String,
subscriberName : String,
subscriptionDBName : String,
connectionContext : ServerConnection
)
매개 변수
- publicationName
유형: System. . :: . .String
A String value that specifies the name of the merge publication.
- databaseName
유형: System. . :: . .String
A String value that specifies the name of the database that contains the publication.
- subscriberName
유형: System. . :: . .String
A String value that specifies the name of the Subscriber that subscribes to the publication.
- subscriptionDBName
유형: System. . :: . .String
A String value that specifies the name of the subscription database.
- connectionContext
유형: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection object value that specifies the connection to the Publisher.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.