Share via


IDTSHttpClientConnection100.UseServerCredentials プロパティ

定義

接続がネットワーク資格情報を使用するかどうかを示す値を取得または設定します。

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

プロパティ値

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

属性

注釈

詳細については、「HttpClientConnection100Class」を参照してください。

適用対象