Classe DataSourceCredentials
Represents data source credentials.
Gerarchia di ereditarietà
System. . :: . .Object
ReportExecution2005..::..DataSourceCredentials
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DataSourceCredentials
'Utilizzo
Dim instance As DataSourceCredentials
[SerializableAttribute]
public class DataSourceCredentials
[SerializableAttribute]
public ref class DataSourceCredentials
[<SerializableAttribute>]
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. 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. |
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 SetExecutionCredentials or SetExecutionCredentials2 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.