DataSourceCredentials.Password Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the password that the report server uses to connect to an external data source.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

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

Property Value

Type: System.String

A String containing the password.

Remarks

System_CAPS_security Security Note

Do not use a blank password. Use a strong password.

See Also

DataSourceCredentials Class
ReportExecution2005 Namespace

Return to top