SubscriberSecurityMode Property (Replication)

The SubscriberSecurityMode property specifies the security mode used when connecting to the Publisher.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.SubscriberSecurityMode [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value SECURITY_TYPE constant that specifies the security mode enforced at the Subscriber

Remarks

If the value is DB_AUTHENTICATION, then SubscriberLogin and SubscriberPassword will be used when connecting to the Subscriber.

NT_AUTHENTICATION is supported on Microsoft® Windows NT® only.

The default is DB_AUTHENTICATION.

Data Type

SECURITY_TYPE

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberSecurityMode(SECURITY_TYPE *pVal);

HRESULT put_SubscriberSecurityMode(SECURITY_TYPE newVal);

See Also
SuscriberLogin Property SubscriberPassword Property

  


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