Partilhar via


Propriedade do RDL IDbConnectionExtension.UserName

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

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
WriteOnly Property UserName As String 
    Set
'Uso
Dim instance As IDbConnectionExtension 
Dim value As String

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

Valor da propriedade

Tipo: System.String
The user name to use when authenticating the client.

Comentários

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

Consulte também

Referência

IDbConnectionExtension Interface

Namespace Microsoft.ReportingServices.DataProcessing