Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new instance of the TransPullSubscription class with the properties that define a pull subscription, and whether or not to create the agent job for the subscription.
Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
subscriptionDBName As String, _
publisherName As String, _
publicationDBName As String, _
publicationName As String, _
subscriberConnectionContext As ServerConnection, _
createDistributionAgentByDefault As Boolean _
)
public TransPullSubscription (
string subscriptionDBName,
string publisherName,
string publicationDBName,
string publicationName,
ServerConnection subscriberConnectionContext,
bool createDistributionAgentByDefault
)
public:
TransPullSubscription (
String^ subscriptionDBName,
String^ publisherName,
String^ publicationDBName,
String^ publicationName,
ServerConnection^ subscriberConnectionContext,
bool createDistributionAgentByDefault
)
public TransPullSubscription (
String subscriptionDBName,
String publisherName,
String publicationDBName,
String publicationName,
ServerConnection subscriberConnectionContext,
boolean createDistributionAgentByDefault
)
public function TransPullSubscription (
subscriptionDBName : String,
publisherName : String,
publicationDBName : String,
publicationName : String,
subscriberConnectionContext : ServerConnection,
createDistributionAgentByDefault : boolean
)
Paramètres
- 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.
- createDistributionAgentByDefault
A Boolean value that indicates whether to create the Distribution Agent job to synchronize the subscription.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
TransPullSubscription Class
TransPullSubscription Members
Microsoft.SqlServer.Replication Namespace