Condividi tramite


Proprietà IDbConnectionExtension.Password

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

Spazio dei nomi  Microsoft.ReportingServices.DataProcessing
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
WriteOnly Property Password As String 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String

Osservazioni

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.

Vedere anche

Riferimento

IDbConnectionExtension Interfaccia

Spazio dei nomi Microsoft.ReportingServices.DataProcessing