Propriété PullSubscription.FtpPort

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

PullSubscription Classe

Espace de noms Microsoft.SqlServer.Replication