Compartir a través de


DataSourceCredentials.Password Propiedad

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

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property Password As String 
    Get 
    Set
'Uso
Dim instance As DataSourceCredentials 
Dim value As String 

value = instance.Password

instance.Password = value
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
member Password : string with get, set
function get Password () : String 
function set Password (value : String)

Valor de la propiedad

Tipo: System.String
A String containing the password.

Comentarios

Nota de seguridadNota de seguridad

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

Vea también

Referencia

DataSourceCredentials Clase

Espacio de nombres ReportExecution2005