Właściwość PullSubscription.FtpLogin
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Property FtpLogin As String
Get
Set
'Użycie
Dim instance As PullSubscription
Dim value As String
value = instance.FtpLogin
instance.FtpLogin = value
public string FtpLogin { get; set; }
public:
property String^ FtpLogin {
String^ get ();
void set (String^ value);
}
member FtpLogin : string with get, set
function get FtpLogin () : String
function set FtpLogin (value : String)
Wartość właściwości
Typ: System.String