Proprietà ConnectionManagerFtpClass.ServerPassword
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the password for the server specified in the server name.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable WriteOnly Property ServerPassword As String
Set
'Utilizzo
Dim instance As ConnectionManagerFtpClass
Dim value As String
instance.ServerPassword = value
public virtual string ServerPassword { set; }
public:
virtual property String^ ServerPassword {
void set (String^ value);
}
abstract ServerPassword : string with get, set
override ServerPassword : string with get, set
function set ServerPassword (value : String)
Valore proprietà
Tipo: System.String
The password for the server specified in the server name.
Implementa
IDTSConnectionManagerFtp100.ServerPassword
Osservazioni
For more information, see ConnectionManager.