Partager via


Méthode ReinitializeAllSubscriptions

Marks all subscriptions to the publication for reinitialization.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Sub ReinitializeAllSubscriptions
'Utilisation
Dim instance As TransPublication

instance.ReinitializeAllSubscriptions()
public void ReinitializeAllSubscriptions()
public:
void ReinitializeAllSubscriptions()
member ReinitializeAllSubscriptions : unit -> unit 
public function ReinitializeAllSubscriptions()

Notes

The ReinitializeAllSubscriptions method can only be called by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role on the publication database, or by a user that created a subscription.

Calling ReinitializeAllSubscriptions is equivalent to executing sp_reinitsubscription.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.