FTPPassword Property (Replication)

The FTPPassword property specifies the password of the FTP site where the publication snapshot files are stored.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.FTPPassword [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Password of the FTP site

Remarks

The default is no password.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_FTPPassword(BSTR *pVal);

HRESULT put_FTPPassword(BSTR newVal);

See Also
FTPAddress Property FTPLogin Property
FTPPort Property  

  


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