Partilhar via


Propriedade do RDL PullSubscription.FtpPort

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 port number for the FTP server.

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

Sintaxe

'Declaração
Public Property FtpPort As Integer 
    Get 
    Set
'Uso
Dim instance As PullSubscription 
Dim value As Integer 

value = instance.FtpPort

instance.FtpPort = value
public int FtpPort { get; set; }
public:
property int FtpPort {
    int get ();
    void set (int value);
}
member FtpPort : int with get, set
function get FtpPort () : int 
function set FtpPort (value : int)

Valor da propriedade

Tipo: System.Int32
The port number for the FTP server.

Consulte também

Referência

PullSubscription Classe

Namespace Microsoft.SqlServer.Replication