Metodo IDTSHttpClientConnection100.GetProxyPassword
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the proxy password.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetProxyPassword As String
'Utilizzo
Dim instance As IDTSHttpClientConnection100
Dim returnValue As String
returnValue = instance.GetProxyPassword()
string GetProxyPassword()
String^ GetProxyPassword()
abstract GetProxyPassword : unit -> string
function GetProxyPassword() : String
Valore restituito
Tipo: System.String
The proxy password.
Osservazioni
For more information, see HttpClientConnection100Class.