DataSource.WindowsCredentials 属性

定义

获取或设置一个值,该值指示是否使用 Windows 凭据。

public:
 property bool WindowsCredentials { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool WindowsCredentials { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.WindowsCredentials : bool with get, set
Public Property WindowsCredentials As Boolean

属性值

如果使用 Windows 凭据,则为 true;否则为 false

属性

适用于