次の方法で共有


IDTSHttpClientConnection100.UseProxyCredentials プロパティ

定義

public:
 property bool UseProxyCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public bool UseProxyCredentials { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.UseProxyCredentials : bool with get, set
Public Property UseProxyCredentials As Boolean

プロパティ値

接続でネットワーク資格情報を使用する場合は true。それ以外の場合は false

属性

適用対象