ActivateSubscriptions Method
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The ActivateSubscriptions method executes the system stored procedure sp_refreshsubscriptions, targeting the transactional or snapshot replication publication referenced by the SQL Distributed Management Objects (SQL-DMO) object.
Syntax
object
.ActivateSubscriptions
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT ActivateSubscriptions();
Applies to:
Siehe auch
Andere Ressourcen
sp_refreshsubscriptions (Transact-SQL)