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


Класс DataSourcePrompt

Represents the name of a data source and the prompt to display to a user.

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

System. . :: . .Object
  ReportService2006..::..DataSourcePrompt

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class DataSourcePrompt
'Применение
Dim instance As DataSourcePrompt
[SerializableAttribute]
public class DataSourcePrompt
[SerializableAttribute]
public ref class DataSourcePrompt
[<SerializableAttribute>]
type DataSourcePrompt =  class end
public class DataSourcePrompt

Тип DataSourcePrompt обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DataSourcePrompt Initializes a new instance of the DataSourcePrompt class.

В начало

Свойства

  Имя Описание
Открытое свойство DataSourceID Gets or sets the unique identifier of a data source.
Открытое свойство Name Gets or sets the name of a data source.
Открытое свойство Prompt Gets or sets the prompt to display when the report server prompts for user credentials.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

DataSourcePrompt is returned as output by the GetItemDataSourcePrompts method.

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

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

См. также

Справочник