TransPullSubscription Constructor (String, String, String, String, ServerConnection)
Creates a new instance of the TransPullSubscription class with the properties that define a pull subscription.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
subscriptionDBName As String, _
publisherName As String, _
publicationDBName As String, _
publicationName As String, _
subscriberConnectionContext As ServerConnection _
)
public TransPullSubscription (
string subscriptionDBName,
string publisherName,
string publicationDBName,
string publicationName,
ServerConnection subscriberConnectionContext
)
public:
TransPullSubscription (
String^ subscriptionDBName,
String^ publisherName,
String^ publicationDBName,
String^ publicationName,
ServerConnection^ subscriberConnectionContext
)
public TransPullSubscription (
String subscriptionDBName,
String publisherName,
String publicationDBName,
String publicationName,
ServerConnection subscriberConnectionContext
)
public function TransPullSubscription (
subscriptionDBName : String,
publisherName : String,
publicationDBName : String,
publicationName : String,
subscriberConnectionContext : ServerConnection
)
Parametri
- subscriptionDBName
A String value that specifies the name of the subscription database.
- 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
A ServerConnection object that specifies Subscriber connection.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
TransPullSubscription Class
TransPullSubscription Members
Microsoft.SqlServer.Replication Namespace