Partager via


MergePublication.ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients Méthode

Définition

Permet aux clients COM à liaison tardive de modifier la planification pour le travail de l'Agent d'instantané qui génère la partition de données filtrée pour un Abonné, selon l'ID du travail.

public:
 void ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients(System::String ^ dynamicSnapshotJobId, System::Object ^ schedule);
public void ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients (string dynamicSnapshotJobId, object schedule);
member this.ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients : string * obj -> unit
Public Sub ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients (dynamicSnapshotJobId As String, schedule As Object)

Paramètres

dynamicSnapshotJobId
String

Valeur d'ID du travail.

schedule
Object

Nouvelle planification du travail.

Remarques

Appeler ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients équivaut à exécuter sp_changedynamicsnapshot_job.

La ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients méthode ne peut être appelée que par les membres du rôle serveur fixe sysadmin sur le serveur de publication ou par les membres du rôle de base de données fixe db_owner sur la base de données de publication.

S’applique à

Voir aussi