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  

顶部

Public Properties

  名称 Description
ms165546.pubproperty(zh-cn,SQL.90).gif AccentSensitivity Indicates whether the data in the data set is accent sensitive.
ms165546.pubproperty(zh-cn,SQL.90).gif AccentSensitivitySpecified Indicates whether a value for the AccentSensitivity property is specified.
ms165546.pubproperty(zh-cn,SQL.90).gif CaseSensitivity Indicates whether the data in the data set is case sensitive.
ms165546.pubproperty(zh-cn,SQL.90).gif CaseSensitivitySpecified Indicates whether a value for the CaseSensitivity property is specified.
ms165546.pubproperty(zh-cn,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(zh-cn,SQL.90).gif Fields The Field objects in the dataset.
ms165546.pubproperty(zh-cn,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(zh-cn,SQL.90).gif KanatypeSensitivitySpecified Indicates whether a value for the KanatypeSensitivity property is specified.
ms165546.pubproperty(zh-cn,SQL.90).gif Name The name of the dataset.
ms165546.pubproperty(zh-cn,SQL.90).gif Query The QueryDefinition object required to retrieve data from the data source.
ms165546.pubproperty(zh-cn,SQL.90).gif WidthSensitivity Indicates whether the data in the data set is width sensitive.
ms165546.pubproperty(zh-cn,SQL.90).gif WidthSensitivitySpecified Indicates whether a value for the WidthSensitivity property is specified.

顶部

Public Methods

(see also Protected Methods )

  名称 Description
ms165546.pubmethod(zh-cn,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms165546.pubmethod(zh-cn,SQL.90).gif GetHashCode  (inherited from Object )
ms165546.pubmethod(zh-cn,SQL.90).gif GetType  (inherited from Object )
ms165546.pubmethod(zh-cn,SQL.90).gifms165546.static(zh-cn,SQL.90).gif ReferenceEquals  (inherited from Object )
ms165546.pubmethod(zh-cn,SQL.90).gif ToString  (inherited from Object )

顶部

Protected Methods

  名称 Description
ms165546.protmethod(zh-cn,SQL.90).gif Finalize  (inherited from Object )
ms165546.protmethod(zh-cn,SQL.90).gif MemberwiseClone  (inherited from Object )

顶部

请参阅

参考

DataSetDefinition Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace