FullSubscription Property
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The FullSubscription property returns a high-level indication of Subscriber interest in a publication.
Синтаксис
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);
Замечания
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.