Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the FTP login.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property FtpLogin As String
Get
Set
'Usage
Dim instance As PullSubscription
Dim value As String
value = instance.FtpLogin
instance.FtpLogin = value
public string FtpLogin { get; set; }
public:
property String^ FtpLogin {
String^ get ();
void set (String^ value);
}
member FtpLogin : string with get, set
function get FtpLogin () : String
function set FtpLogin (value : String)
Property Value
Type: System.String
The FTP login.