RemoveSubscriberSubscriptions Method

SQLServer Object

Description

Removes subscriptions for a subscriber from this SQL Server.

Visual Basic

SQLServer.RemoveSubscriberSubscriptions (
[Subscriber :=] idSubServer,
[[SourceDatabase :=] idDatabase] )

C++

HRESULT pSQLServer->RemoveSubscriberSubscriptions (
SQLOLE_LPCSTR
idSubServer,
SQLOLE_LPCSTR SourceDatabase = NULL );

Elements

Element Type Description

idSubServer Identifier Subscriber SQL Server.
idDatabase Identifier Database to remove subscriptions from. Default is all databases.