Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
The SubscriptionType property specifies whether the subscription is push, pull, or anonymous.
Syntax
object.SubscriptionType [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
SUBSCRIPTION_TYPE constant that specifies the type of subscription. |
Applies To
Remarks
The publication must be configured to support the specified subscription type.
The default is PULL.
Data Type
Modifiable
Read/write
Prototype C/C++
HRESULT get_SubscriptionType(SUBSCRIPTION_TYPE *pVal);
HRESULT put_SubscriptionType(SUBSCRIPTION_TYPE newVal);
Change History
| Release | History |
|---|---|
12 December 2006 |
|