Proprietà IDTSConnectionManagerFtp100.ServerPassword

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see ConnectionManagerFtpClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
WriteOnly Property ServerPassword As String 
    Set
'Utilizzo
Dim instance As IDTSConnectionManagerFtp100 
Dim value As String

instance.ServerPassword = value
string ServerPassword { set; }
property String^ ServerPassword {
    void set (String^ value);
}
abstract ServerPassword : string with get, set
function set ServerPassword (value : String)

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

IDTSConnectionManagerFtp100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper