Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The PublisherRPCSecurityMode property determines the security mode used when adding an immediate-updating subscription to a transactional publication.
Syntaxe
object.PublisherRPCPassword [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
Specifies the mode of security enforced during immediate-updating Subscriber RPC login at the Publisher. The value is from the REPLRPC_SECURITY_TYPE (Replication ActiveX) enumeration. |
Applies To
SQLDistribution Object (Replication ActiveX)
Notes
This property is used only when adding an immediate-updating subscription to a transactional publication.
Data Type
Long, enumerated.
Modifiable
Read/write
Prototype C/C++
HRESULT get_PublisherRPCPassword(REPLRPC_SECURITY_TYPE *pVal);
HRESULT put_PublisherRPCPassword(REPLRPC_SECURITY_TYPE newVal);
Voir aussi
Référence
PublisherRPCLogin Property (Replication ActiveX)
PublisherRPCPassword Property (Replication ActiveX)