Bagikan melalui


FTPClientConnection100Class.ServerPort Property

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

Gets or sets the FTP server port.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property ServerPort As Integer 
    Get 
    Set
'Usage
Dim instance As FTPClientConnection100Class 
Dim value As Integer 

value = instance.ServerPort

instance.ServerPort = value
public virtual int ServerPort { get; set; }
public:
virtual property int ServerPort {
    int get ();
    void set (int value);
}
abstract ServerPort : int with get, set 
override ServerPort : int with get, set
function get ServerPort () : int 
function set ServerPort (value : int)

Property Value

Type: System.Int32
The FTP server port.

Implements

IDTSFtpClientConnection100.ServerPort

See Also

Reference

FTPClientConnection100Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace