Compartir a través de


DataSourceCredentials.UserName Propiedad

Gets or sets the user name 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 UserName As String 
    Get 
    Set
'Uso
Dim instance As DataSourceCredentials 
Dim value As String 

value = instance.UserName

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

Valor de la propiedad

Tipo: System.String
A String containing the user name.

Vea también

Referencia

DataSourceCredentials Clase

Espacio de nombres ReportExecution2005