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


Класс DataSetDefinition

Represents information about a set of data to display in a report.

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

System.Object
  ReportService2010.DataSetDefinition

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AccentSensitivity Gets a value that indicates whether the data in the data set is accent-sensitive.
Открытое свойство AccentSensitivitySpecified Gets or sets a value that indicates whether a value for the AccentSensitivity property is specified.
Открытое свойство CaseSensitivity Gets a value that indicates whether the data in the data set is case-sensitive.
Открытое свойство CaseSensitivitySpecified Gets or sets a value that indicates whether a value for the CaseSensitivity property is specified.
Открытое свойство Collation Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.
Открытое свойство Fields Gets or sets the Field objects in the dataset.
Открытое свойство KanatypeSensitivity Gets a value that indicates whether the data in the dataset is kanatype-sensitive, which distinguishes between the two types of Japanese kana characters: Hiragana and Katakana.
Открытое свойство KanatypeSensitivitySpecified Gets or sets a value that indicates whether a value for the KanatypeSensitivity property is specified.
Открытое свойство Name Gets or sets the name of the dataset.
Открытое свойство Query Gets or sets the QueryDefinition object required to retrieve data from the data source.
Открытое свойство WidthSensitivity Gets a value that indicates whether the data in the dataset is width-sensitive.
Открытое свойство WidthSensitivitySpecified Gets or sets a value that indicates whether a value for the WidthSensitivity property is specified.

В начало

Методы

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

В начало

Замечания

A DataSetDefinition object is returned as output by the PrepareQuery method.

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

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

См. также

Справочник

Пространство имен ReportService2010