नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
The SUBSCRIPTION_TYPE specifies subscription type values for the SubscriptionType property of the SQLMerge and SQLDistribution objects.
| Constant | Value | Description |
|---|---|---|
ANONYMOUS |
2 |
Anonymous subscription. A value of ANONYMOUS is required if you want to create a subscription without registering the subscription at the Publisher. This is necessary for cases such as Web synchronization, in which you cannot establish a SQL Server connection to the Publisher during subscription configuration. |
PULL |
1 |
Pull subscription. |
PUSH |
0 |
Push subscription. |
Change History
| Release | History |
|---|---|
12 December 2006 |
|