Classe DataSourceCredentials
Represents data source credentials.
Gerarchia di ereditarietà
System.Object
ReportService2005.DataSourceCredentials
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class DataSourceCredentials
'Utilizzo
Dim instance As DataSourceCredentials
public class DataSourceCredentials
public ref class DataSourceCredentials
type DataSourceCredentials = class end
public class DataSourceCredentials
Nel tipo DataSourceCredentials sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DataSourceCredentials | Initializes a new instance of the DataSourceCredentials class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DataSourceName | Gets or sets the name of the data source to which to pass credentials. | |
Password | Gets or sets the password to use when connecting to a data source. | |
UserName | Gets or sets the user name that the report server uses to connect to a data source. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use the DataSourceCredentials class with the Render method to pass credentials to an external data source.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.