Bagikan melalui


PullSubscription.FtpAddress Property

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

Gets or sets the IP address of the FTP server.

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

Syntax

'Declaration
Public Property FtpAddress As String 
    Get 
    Set
'Usage
Dim instance As PullSubscription 
Dim value As String 

value = instance.FtpAddress

instance.FtpAddress = value
public string FtpAddress { get; set; }
public:
property String^ FtpAddress {
    String^ get ();
    void set (String^ value);
}
member FtpAddress : string with get, set
function get FtpAddress () : String 
function set FtpAddress (value : String)

Property Value

Type: System.String
The IP address of the FTP server.

See Also

Reference

PullSubscription Class

Microsoft.SqlServer.Replication Namespace