Share via


Classe DataSetDefinition

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

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2010..::..DataSetDefinition

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.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 Gets a value that indicates whether the data in the data set is accent-sensitive.
Propriété publique AccentSensitivitySpecified Gets or sets a value that indicates whether a value for the AccentSensitivity property is specified.
Propriété publique CaseSensitivity Gets a value that indicates whether the data in the data set is case-sensitive.
Propriété publique CaseSensitivitySpecified Gets or sets a value that indicates whether a value for the CaseSensitivity property is specified.
Propriété publique Collation Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.
Propriété publique Fields Gets or sets the Field objects in the dataset.
Propriété publique 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.
Propriété publique KanatypeSensitivitySpecified Gets or sets a value that indicates whether a value for the KanatypeSensitivity property is specified.
Propriété publique Name Gets or sets the name of the dataset.
Propriété publique Query Gets or sets the QueryDefinition object required to retrieve data from the data source.
Propriété publique WidthSensitivity Gets a value that indicates whether the data in the dataset is width-sensitive.
Propriété publique WidthSensitivitySpecified Gets or sets a value that 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

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