DataSetDefinition Class
SQL Server 2000
Represents information about a set of data to display in a report.
Public Class DataSetDefinition Member of [Namespace]
public class DataSetDefinition Member of [Namespace]
Public Properties
AccentSensitivity | One of the SensitivityEnum values, indicating whether the data in the data set is accent sensitive. |
AccentSensitivitySpecified | Indicates whether a value for the AccentSensitivity property is specified. Boolean. |
CaseSensitivity | One of the SensitivityEnum values, indicating whether the data in the data set is case sensitive. |
CaseSensitivitySpecified | Indicates whether a value for the CaseSensitivity property is specified. Boolean. |
Collation | Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted. The Collation property uses the standard SQL Server collation codes. String. |
Fields | The fields (Field[] objects) in the dataset. |
KanatypeSensitivity | One of the SensitivityEnum values, indicating 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. Boolean. |
Name | The name of the dataset. String. |
Query | The query information (QueryDefinition object) required to retrieve data from the data source. |
WidthSensitivity | One of the SensitivityEnum values, indicating whether the data in the data set is width sensitive. |
WidthSensitivitySpecified | Indicates whether a value for the WidthSensitivity property is specified. Boolean. |
Remarks
Use the DataSetDefinition class with the DataSet property of the DataRetrievalPlan class.
A DataSetDefinition object is returned as output by the PrepareQuery method.
