Proprietà IDTSConnectionManagerHttp100.ProxyDomain

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the domain setting that is used to log on to the proxy.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property ProxyDomain As String 
    Get 
    Set
'Utilizzo
Dim instance As IDTSConnectionManagerHttp100 
Dim value As String 

value = instance.ProxyDomain

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

Valore proprietà

Tipo: System.String
The domain setting that is used to log on to the proxy.

Vedere anche

Riferimento

IDTSConnectionManagerHttp100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper