Метод DistributionDatabase.CleanUpAnonymousSubscription

Removes metadata for anonymous subscriptions at the Distributor.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Sub CleanUpAnonymousSubscription ( _
    agentId As Integer, _
    publicationType As PublicationType _
)
'Применение
Dim instance As DistributionDatabase 
Dim agentId As Integer 
Dim publicationType As PublicationType

instance.CleanUpAnonymousSubscription(agentId, _
    publicationType)
public void CleanUpAnonymousSubscription(
    int agentId,
    PublicationType publicationType
)
public:
void CleanUpAnonymousSubscription(
    int agentId, 
    PublicationType publicationType
)
member CleanUpAnonymousSubscription : 
        agentId:int * 
        publicationType:PublicationType -> unit
public function CleanUpAnonymousSubscription(
    agentId : int, 
    publicationType : PublicationType
)

Параметры

Замечания

Use the CleanUpAnonymousSubscription method to remove the metadata for anonymous subscriptions that have expired or that no longer exist. Otherwise, this metadata may be returned by Replication Monitor. You can also use the ExcludeAnonymousSubscriptions property to prevent anonymous subscription information from being returned. For more information, see Наблюдение за репликацией.

The CleanUpAnonymousSubscription method can only be called by members of the db_owner fixed database role on the distribution database.

См. также

Справочник

DistributionDatabase Класс

Пространство имен Microsoft.SqlServer.Replication