Compartir a través de


IDbConnectionExtension.Password Propiedad

Gets or sets the password to use when connecting to the database. Overrides any password specified in the connection string.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
WriteOnly Property Password As String 
    Set
'Uso
Dim instance As IDbConnectionExtension 
Dim value As String

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

Valor de la propiedad

Tipo: System.String

Comentarios

You can set the UserName and password in order to specify alternate credentials with which to access the data source.

Property Values

The password to use when authenticating the client.

Vea también

Referencia

IDbConnectionExtension Interfaz

Espacio de nombres Microsoft.ReportingServices.DataProcessing