Proprietà IDTSHttpClientConnection100.ProxyPassword
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the password used to log on to the proxy.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
WriteOnly Property ProxyPassword As String
Set
'Utilizzo
Dim instance As IDTSHttpClientConnection100
Dim value As String
instance.ProxyPassword = value
string ProxyPassword { set; }
property String^ ProxyPassword {
void set (String^ value);
}
abstract ProxyPassword : string with get, set
function set ProxyPassword (value : String)
Valore proprietà
Tipo: System.String
The password used to log on to the proxy.