Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Marks all subscriptions to the publication for reinitialization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Sub ReinitializeAllSubscriptions
'Usage
Dim instance As TransPublication
instance.ReinitializeAllSubscriptions()
public void ReinitializeAllSubscriptions()
public:
void ReinitializeAllSubscriptions()
member ReinitializeAllSubscriptions : unit -> unit
public function ReinitializeAllSubscriptions()
Hinweise
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.