DataSourceCredentials.Password 속성

정의

보고서 서버에서 외부 데이터 원본에 연결하는 데 사용하는 암호를 가져오거나 설정합니다.

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

설명

중요

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

적용 대상