Поделиться через


Класс DataSourceCredentials

Represents data source credentials.

Иерархия наследования

System. . :: . .Object
  ReportService2010..::..DataSourceCredentials

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class DataSourceCredentials
'Применение
Dim instance As DataSourceCredentials
[SerializableAttribute]
public class DataSourceCredentials
[SerializableAttribute]
public ref class DataSourceCredentials
[<SerializableAttribute>]
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, array<ParameterValue>[]()[][], array<DataSourceCredentials>[]()[][]) method to pass credentials to an external data source.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник