次の方法で共有


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

属性

適用対象