Bagikan melalui


PullSubscription.FtpPort Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

See Also

Reference

PullSubscription Class

Microsoft.SqlServer.Replication Namespace