Proprietà HttpClientConnection100Class.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. This property is read-only.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable WriteOnly Property ProxyPassword As String
Set
'Utilizzo
Dim instance As HttpClientConnection100Class
Dim value As String
instance.ProxyPassword = value
public virtual string ProxyPassword { set; }
public:
virtual property String^ ProxyPassword {
void set (String^ value);
}
abstract ProxyPassword : string with get, set
override ProxyPassword : string with get, set
function set ProxyPassword (value : String)
Valore proprietà
Tipo: System.String
A String that contains the password used to log on to the proxy.
Implementa
IDTSHttpClientConnection100.ProxyPassword