DataSetDefinition Members

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

The following tables list the members exposed by the DataSetDefinition type.

Public Constructors

  名稱 Description
DataSetDefinition Initializes a new instance of the DataSetDefinition class.

頂端

Public Properties

  名稱 Description
Bb153643.pubproperty(zh-tw,SQL.90).gif AccentSensitivity Gets a value that indicates whether the data in the data set is accent-sensitive.
Bb153643.pubproperty(zh-tw,SQL.90).gif AccentSensitivitySpecified Gets or sets a value that indicates whether a value for the AccentSensitivity property is specified.
Bb153643.pubproperty(zh-tw,SQL.90).gif CaseSensitivity Gets a value that indicates whether the data in the data set is case-sensitive.
Bb153643.pubproperty(zh-tw,SQL.90).gif CaseSensitivitySpecified Gets or sets a value that indicates whether a value for the CaseSensitivity property is specified.
Bb153643.pubproperty(zh-tw,SQL.90).gif Collation Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.
Bb153643.pubproperty(zh-tw,SQL.90).gif Fields Gets or sets the Field objects in the dataset.
Bb153643.pubproperty(zh-tw,SQL.90).gif 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.
Bb153643.pubproperty(zh-tw,SQL.90).gif KanatypeSensitivitySpecified Gets or sets a value that indicates whether a value for the KanatypeSensitivity property is specified.
Bb153643.pubproperty(zh-tw,SQL.90).gif Name Gets or sets the name of the dataset.
Bb153643.pubproperty(zh-tw,SQL.90).gif Query Gets or sets the QueryDefinition object required to retrieve data from the data source.
Bb153643.pubproperty(zh-tw,SQL.90).gif WidthSensitivity Gets a value that indicates whether the data in the dataset is width-sensitive.
Bb153643.pubproperty(zh-tw,SQL.90).gif WidthSensitivitySpecified Gets or sets a value that indicates whether a value for the WidthSensitivity property is specified.

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
Bb153643.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb153643.pubmethod(zh-tw,SQL.90).gif GetHashCode  (inherited from Object )
Bb153643.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
Bb153643.pubmethod(zh-tw,SQL.90).gifBb153643.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb153643.pubmethod(zh-tw,SQL.90).gif ToString  (inherited from Object )

頂端

Protected Methods

  名稱 Description
Bb153643.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
Bb153643.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

DataSetDefinition Class
ReportService2006 Namespace