Freigeben über


IDTSHttpClientConnection100.ProxyURL-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the URL that specifies the location of the proxy.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property ProxyURL As String 
    Get 
    Set
'Usage
Dim instance As IDTSHttpClientConnection100 
Dim value As String 

value = instance.ProxyURL

instance.ProxyURL = value
string ProxyURL { get; set; }
property String^ ProxyURL {
    String^ get ();
    void set (String^ value);
}
abstract ProxyURL : string with get, set
function get ProxyURL () : String 
function set ProxyURL (value : String)

Eigenschaftswert

Typ: System.String
The URL that specifies the location of the proxy.

Siehe auch

Verweis

IDTSHttpClientConnection100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace