Propriété PullSubscription.SecureFtpPassword
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the secured password for the login used to connect to the FTP server.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property SecureFtpPassword As SecureString
Get
Set
'Utilisation
Dim instance As PullSubscription
Dim value As SecureString
value = instance.SecureFtpPassword
instance.SecureFtpPassword = value
public SecureString SecureFtpPassword { get; set; }
public:
property SecureString^ SecureFtpPassword {
SecureString^ get ();
void set (SecureString^ value);
}
member SecureFtpPassword : SecureString with get, set
function get SecureFtpPassword () : SecureString
function set SecureFtpPassword (value : SecureString)
Valeur de propriété
Type : System.Security.SecureString
A SecureString object.