Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the secured password for the login used to connect to the FTP server.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property SecureFtpPassword As SecureString
Get
Set
'Usage
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)
Property Value
Type: System.Security.SecureString
A SecureString object.