Share via


FTPClientConnection100Class.ServerPort Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Implements

IDTSFtpClientConnection100.ServerPort