Propriedade do RDL IDTSHttpClientConnection100.ProxyPassword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Sets the password used to log on to the proxy.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
WriteOnly Property ProxyPassword As String
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The password used to log on to the proxy.