PublisherSecurityMode Property (Replication)

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

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.PublisherSecurityMode [= value]

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

Remarks

If the value is DB_AUTHENTICATION (default), PublisherLogin and PublisherPassword will be used when connecting to the Publisher

NT_AUTHENTICATION is supported on Microsoft® Windows NT® only.

Data Type

SECURITY_TYPE

Modifyable

Read/write

Prototype C/C++

HRESULT get_PublisherSecurityMode(SECURITY_TYPE *pVal);

HRESULT put_PublisherSecurityMode(SECURITY_TYPE newVal);

See Also
PublisherLogin Property PublisherPassword Property

  


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