Partager via


Classe DataSetInfo

Contains information about a dataset.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.DataSetInfo

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DataSetInfo _
    Inherits ReportObject
'Utilisation
Dim instance As DataSetInfo
public sealed class DataSetInfo : ReportObject
public ref class DataSetInfo sealed : public ReportObject
[<SealedAttribute>]
type DataSetInfo =  
    class 
        inherit ReportObject 
    end
public final class DataSetInfo extends ReportObject

Le type DataSetInfo expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique ComponentMetadata Gets or sets the component metadata. (hérité de ReportObject.)
Propriété publique DataSetName Infrastructure. Gets or sets the name of the dataset.
Propriété publique ObjectDataSourceSelectMethod Infrastructure. Gets or sets the name of the method that the object data source invokes to retrieve data.
Propriété publique ObjectDataSourceSelectMethodSignature Infrastructure. Gets or sets the signature of the ObjectDataSourceSelectMethod property.
Propriété publique ObjectDataSourceType Infrastructure. Gets or sets the type of the object data source.
Propriété publique Parent The parent of this report object. (hérité de ReportObjectBase.)
Propriété publique SchemaPath Infrastructure. Gets or sets the path of the schema.
Propriété publique Site Infrastructure. Gets or sets the site associated with the ReportObject object. (hérité de ReportObject.)
Propriété publique TableAdapterFillMethod Infrastructure. Gets or sets the fill method of table adapter to fill a dataset.
Propriété publique TableAdapterGetDataMethod Infrastructure. Gets or sets the method that retrieves data of a table adapter.
Propriété publique TableAdapterName Infrastructure. Gets or sets the name of the table adapter.
Propriété publique TableName Infrastructure. Gets or sets the name of the table.

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (hérité de ReportObject.)
Méthode publique Equals(Object) Infrastructure. Tests the equality of this object and another object. (remplace Object.Equals(Object).)
Méthode publique Equals(DataSetInfo) Infrastructure. Tests the equality of this object and another DataSetInfo object.
Méthode publique GetContainingDataScopes Infrastructure. Returns the list of report object that contains data scopes. (hérité de ReportObject.)
Méthode publique GetHashCode Infrastructure. Gets a unique hash code for the current instance. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Infrastructure. Initializes an instance of ReportObject. (hérité de ReportObject.)
Méthode protégée OnChildPropertyChanged Infrastructure. Raises an event when the property of the child was changed. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. Raises an event when the property was changed. (hérité de ReportObject.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable.Dispose Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent.Disposed Infrastructure. Occurs when the ReportObject object is disposed. (hérité de ReportObject.)

Haut de la page

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

Espace de noms Microsoft.ReportingServices.RdlObjectModel