Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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()
Remarks
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.