Clase DataSourceCredentials
Represents data source credentials.
Jerarquía de herencia
System. . :: . .Object
ReportExecution2005..::..DataSourceCredentials
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class DataSourceCredentials
'Uso
Dim instance As DataSourceCredentials
[SerializableAttribute]
public class DataSourceCredentials
[SerializableAttribute]
public ref class DataSourceCredentials
[<SerializableAttribute>]
type DataSourceCredentials = class end
public class DataSourceCredentials
El tipo DataSourceCredentials expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DataSourceCredentials | Initializes a new instance of the DataSourceCredentials class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
DataSourceName | Gets or sets the name of the data source to which to pass credentials. String. | |
Password | Gets or sets the password that the report server uses to connect to an external data source. | |
UserName | Gets or sets the user name that the report server uses to connect to an external data source. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Use the DataSourceCredentials class with the SetExecutionCredentials or SetExecutionCredentials2 method to pass credentials to an external data source.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.