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 값입니다.

적용 대상