Condividi tramite


Classe DataSetDefinition

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

Gerarchia di ereditarietà

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class DataSetDefinition
'Utilizzo
Dim instance As DataSetDefinition
[SerializableAttribute]
public class DataSetDefinition
[SerializableAttribute]
public ref class DataSetDefinition
[<SerializableAttribute>]
type DataSetDefinition =  class end
public class DataSetDefinition

Nel tipo DataSetDefinition sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataSetDefinition Initializes a new instance of the DataSetDefinition class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento