UIConnectionInfo.PersistPassword プロパティ

定義

このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。 UIConnectionInfo のパスワードを永続化するかどうかを示す値を取得または設定 Boolean します。

public:
 property bool PersistPassword { bool get(); void set(bool value); };
public bool PersistPassword { get; set; }
member this.PersistPassword : bool with get, set
Public Property PersistPassword As Boolean

プロパティ値

パスワードを永続化する必要がある場合には true、そうでない場合には false を示す Boolean 値です。

適用対象