Compartir a través de


FtpLogin Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property FtpLogin As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String