The DistributorSecurityMode property specifies the security mode used when connecting to the Distributor.
| SQLDistribution Object | SQLMerge Object |
object.DistributorSecurityMode [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | SECURITY_TYPE constant that specifies the mode of security enforced at the Distributor |
If the value is DB_AUTHENTICATION (default), DistributorLogin and DistributorPassword will be used when connecting to the Distributor.
NT_AUTHENTICATION is supported on Microsoft® Windows NT® only.
Read/write
HRESULT get_DistributorSecurityMode(SECURITY_TYPE *pVal);
HRESULT put_DistributorSecurityMode(SECURITY_TYPE newVal);
| DistributorLogin Property | DistributorPassword Property |