FullSubscription Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The FullSubscription property returns a high-level indication of Subscriber interest in a publication.
Syntaxe
object.FullSubscription
Part
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetFullSubscription(LPBOOL pRetVal);
Notes
If TRUE, the Subscriber is receiving all articles defined in the subscribed-to publication.
If FALSE, the Subscriber has selected only articles of interest from the publication.