Класс DataSourceCredentials
Represents data source credentials.
Иерархия наследования
System.Object
ReportService2006.DataSourceCredentials
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.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 | 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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Use the DataSourceCredentials class together with the GetReportParameters(String, String, Boolean, ParameterValue, DataSourceCredentials) method to pass credentials to an external data source.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.