Partilhar via


Propriedade do RDL PullSubscription.FtpLogin

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the FTP login.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.String
The FTP login.

Consulte também

Referência

PullSubscription Classe

Namespace Microsoft.SqlServer.Replication