Propriedade FtpAddress
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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
Consulte também