DataSourceDefinition.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

一个String,该值包含报表服务器用来连接数据源的密码。

注解

最大密码长度为127个字符。

如果 CredentialRetrieval 设置为 None 、或,则忽略此属性 Prompt Integrated

适用于