Класс DataSourceCredentials
Represents data source credentials.
Иерархия наследования
System.Object
ReportExecution2005.DataSourceCredentials
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Class DataSourceCredentials
'Применение
Dim instance As DataSourceCredentials
public class DataSourceCredentials
public ref class DataSourceCredentials
type DataSourceCredentials = class end
public class DataSourceCredentials
Тип DataSourceCredentials обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DataSourceCredentials | Initializes a new instance of the DataSourceCredentials class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Use the DataSourceCredentials class with the SetExecutionCredentials or SetExecutionCredentials2 method to pass credentials to an external data source.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.