Classe DataSourceCredentials
Represents data source credentials.
Hiérarchie d'héritage
System.Object
ReportService2010.DataSourceCredentials
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class DataSourceCredentials
'Utilisation
Dim instance As DataSourceCredentials
[SerializableAttribute]
public class DataSourceCredentials
[SerializableAttribute]
public ref class DataSourceCredentials
[<SerializableAttribute>]
type DataSourceCredentials = class end
public class DataSourceCredentials
Le type DataSourceCredentials expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DataSourceCredentials | Initializes a new instance of the DataSourceCredentials class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DataSourceName | Sets the name of the data source to which to pass credentials. | |
Password | Sets the password the report server uses to connect to a data source. | |
UserName | Sets the user name the report server uses to connect to a data source. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Use the DataSourceCredentials class together with the GetReportParameters(String, String, Boolean, ParameterValue, DataSourceCredentials) method to pass credentials to an external data source.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.