FullSubscription Property (SQL-DMO)

The FullSubscription property returns a high-level indication of Subscriber interest in a publication.

Applies To

TransSubscription Object

Syntax

object.FullSubscription

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetFullSubscription(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.