UIConnectionInfo.Password 속성

정의

코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. SQL Server 인증을 String 사용할 때 연결에 대한 로그인 암호를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

속성 값

연결의 로그인 암호를 지정하는 String 값입니다.

설명

가능하면 Windows 인증을 사용하세요.

빈 암호를 사용하지 마세요. 강력한 암호를 사용하세요.

적용 대상