Aracılığıyla paylaş


PullSubscription.FtpPassword Ö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 FtpPassword As String
    Get
    Set
'Kullanım
Dim instance As PullSubscription
Dim value As String

value = instance.FtpPassword

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

Özellik Değeri

Tür: System.String