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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。