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

适用于