Aracılığıyla paylaş


PullSubscription.FtpAddress Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Replication
Derleme:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo içinde.dll)

Sözdizimi

'Bildirim
Public Property FtpAddress As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String