SubscriptionName Property (Replication)

The SubscriptionName property specifies the subscription name.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.Subscription [= value]

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

Remarks

If SubscriptionName is not specified, a subscription name is set using Subscriber name, subscriber database, and publication.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT get_SubscriptionName(BSTR *pVal);

HRESULT put_SubscriptionName(BSTR newVal);

  


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