Partager via


Propriété PullSubscription.FtpLogin

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the FTP login.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property FtpLogin As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The FTP login.

Voir aussi

Référence

PullSubscription Classe

Espace de noms Microsoft.SqlServer.Replication