Propriedade do RDL ProxyBypassList
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see HttpClientConnection100Class.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property ProxyBypassList As String()
Get
Set
'Uso
Dim instance As IDTSHttpClientConnection100
Dim value As String()
value = instance.ProxyBypassList
instance.ProxyBypassList = value
string[] ProxyBypassList { get; set; }
property array<String^>^ ProxyBypassList {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract ProxyBypassList : string[] with get, set
function get ProxyBypassList () : String[]
function set ProxyBypassList (value : String[])
Valor da propriedade
Tipo: array<System. . :: . .String> [] () [] []
Consulte também