Freigeben über


PullSubscription.FtpPort-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the port number for the FTP server.

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

Syntax

'Declaration
Public Property FtpPort As Integer 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

PullSubscription Klasse

Microsoft.SqlServer.Replication-Namespace