Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the FTP password.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property FtpPassword As String
Get
Set
'Usage
Dim instance As PullSubscription
Dim value As String
value = instance.FtpPassword
instance.FtpPassword = value
public string FtpPassword { get; set; }
public:
property String^ FtpPassword {
String^ get ();
void set (String^ value);
}
member FtpPassword : string with get, set
function get FtpPassword () : String
function set FtpPassword (value : String)
Property Value
Type: System.String
The FTP password.