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


Класс DataSetDefinition

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

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

System. . :: . .Object
  ReportService2005..::..DataSetDefinition

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.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 Indicates whether the data in the data set is accent sensitive.
Открытое свойство AccentSensitivitySpecified Indicates whether a value for the AccentSensitivity property is specified.
Открытое свойство CaseSensitivity Indicates whether the data in the data set is case sensitive.
Открытое свойство CaseSensitivitySpecified Indicates whether a value for the CaseSensitivity property is specified.
Открытое свойство Collation Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
Открытое свойство Fields The Field objects in the dataset.
Открытое свойство KanatypeSensitivity Indicates whether the data in the dataset is kanatype sensitive, which distinguishes between the two types of Japanese kana characters: Hiragana and Katakana.
Открытое свойство KanatypeSensitivitySpecified Indicates whether a value for the KanatypeSensitivity property is specified.
Открытое свойство Name The name of the dataset.
Открытое свойство Query The QueryDefinition object required to retrieve data from the data source.
Открытое свойство WidthSensitivity Indicates whether the data in the data set is width sensitive.
Открытое свойство WidthSensitivitySpecified Indicates whether a value for the WidthSensitivity property is specified.

В начало

Методы

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

В начало

Замечания

Use the DataSetDefinition class with the DataSet property of the DataRetrievalPlan class.

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

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

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

См. также

Справочник