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。

属性

適用対象