FtpLogin propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property FtpLogin As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String