Condividi tramite


Proprietà PullSubscription.FtpAddress

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the IP address of the FTP server.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Property FtpAddress As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

PullSubscription Classe

Spazio dei nomi Microsoft.SqlServer.Replication