SqlCeConnectionStringBuilder.Password 속성

길이가 최대 40자일 수 있는 데이터베이스 암호를 가져오거나 설정합니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Public Property Password As String
    Get
    Set
‘사용 방법
Dim instance As SqlCeConnectionStringBuilder
Dim value As String

value = instance.Password

instance.Password = value
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
member Password : string with get, set
function get Password () : String
function set Password (value : String)

속성 값

유형: System.String
데이터베이스 암호의 값입니다.

참고 항목

참조

SqlCeConnectionStringBuilder 클래스

System.Data.SqlServerCe 네임스페이스