Compartilhar via


Propriedade do RDL PullSubscription.FtpAddress

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the IP address of the FTP server.

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

Sintaxe

'Declaração
Public Property FtpAddress As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

PullSubscription Classe

Namespace Microsoft.SqlServer.Replication