Compartir a través de


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

  Nombre Description
DataSetDefinition  

Arriba

Public Properties

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

Arriba

Public Methods

(see also Protected Methods )

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

Arriba

Protected Methods

  Nombre Description
ms165546.protmethod(es-es,SQL.90).gif Finalize  (inherited from Object )
ms165546.protmethod(es-es,SQL.90).gif MemberwiseClone  (inherited from Object )

Arriba

Vea también

Referencia

DataSetDefinition Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace