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,该值包含报表服务器用来连接数据源的密码。

注解

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

如果 CredentialRetrieval 设置为 None、 或 IntegratedPrompt则忽略此属性。

适用于