The PublisherSecurityMode property specifies the security mode used when connecting to the Publisher.
SQLDistribution Object | SQLMerge Object |
object.PublisherSecurityMode [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Security mode |
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.
Read/write
HRESULT get_PublisherSecurityMode(SECURITY_TYPE *pVal);
HRESULT put_PublisherSecurityMode(SECURITY_TYPE newVal);
PublisherLogin Property | PublisherPassword Property |