หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |
|