Share via


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

  Name Description
DataSetDefinition  

Top

Public Properties

  Name Description
ms165546.pubproperty(en-US,SQL.90).gif AccentSensitivity Indicates whether the data in the data set is accent sensitive.
ms165546.pubproperty(en-US,SQL.90).gif AccentSensitivitySpecified Indicates whether a value for the AccentSensitivity property is specified.
ms165546.pubproperty(en-US,SQL.90).gif CaseSensitivity Indicates whether the data in the data set is case sensitive.
ms165546.pubproperty(en-US,SQL.90).gif CaseSensitivitySpecified Indicates whether a value for the CaseSensitivity property is specified.
ms165546.pubproperty(en-US,SQL.90).gif Collation Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
ms165546.pubproperty(en-US,SQL.90).gif Fields The Field objects in the dataset.
ms165546.pubproperty(en-US,SQL.90).gif KanatypeSensitivity Indicates whether the data in the dataset is kanatype sensitive, which distinguishes between the two types of Japanese kana characters: Hiragana and Katakana.
ms165546.pubproperty(en-US,SQL.90).gif KanatypeSensitivitySpecified Indicates whether a value for the KanatypeSensitivity property is specified.
ms165546.pubproperty(en-US,SQL.90).gif Name The name of the dataset.
ms165546.pubproperty(en-US,SQL.90).gif Query The QueryDefinition object required to retrieve data from the data source.
ms165546.pubproperty(en-US,SQL.90).gif WidthSensitivity Indicates whether the data in the data set is width sensitive.
ms165546.pubproperty(en-US,SQL.90).gif WidthSensitivitySpecified Indicates whether a value for the WidthSensitivity property is specified.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms165546.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms165546.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms165546.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms165546.pubmethod(en-US,SQL.90).gifms165546.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms165546.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms165546.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms165546.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DataSetDefinition Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace