Partager via


Classe DataSetDefinition

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

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2005..::..DataSetDefinition

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class DataSetDefinition
'Utilisation
Dim instance As DataSetDefinition
[SerializableAttribute]
public class DataSetDefinition
[SerializableAttribute]
public ref class DataSetDefinition
[<SerializableAttribute>]
type DataSetDefinition =  class end
public class DataSetDefinition

Le type DataSetDefinition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DataSetDefinition Initializes a new instance of the DataSetDefinition class.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

Use the DataSetDefinition class with the DataSet property of the DataRetrievalPlan class.

A DataSetDefinition object is returned as output by the PrepareQuery method.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence