Freigeben über


DataSetInfo-Klasse

Contains information about a dataset.

Vererbungshierarchie

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class DataSetInfo _
    Inherits ReportObject
'Usage
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

Der DataSetInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataSetInfo Infrastruktur Initializes a new instance of the DataSetInfo class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DataSetName Infrastruktur Gets or sets the name of the dataset.
Öffentliche Eigenschaft ObjectDataSourceSelectMethod Infrastruktur Gets or sets the name of the method that the object data source invokes to retrieve data.
Öffentliche Eigenschaft ObjectDataSourceSelectMethodSignature Infrastruktur Gets or sets the signature of the ObjectDataSourceSelectMethod property.
Öffentliche Eigenschaft ObjectDataSourceType Infrastruktur Gets or sets the type of the object data source.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft SchemaPath Infrastruktur Gets or sets the path of the schema.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Eigenschaft TableAdapterFillMethod Infrastruktur Gets or sets the fill method of table adapter to fill a dataset.
Öffentliche Eigenschaft TableAdapterGetDataMethod Infrastruktur Gets or sets the method that retrieves data of a table adapter.
Öffentliche Eigenschaft TableAdapterName Infrastruktur Gets or sets the name of the table adapter.
Öffentliche Eigenschaft TableName Infrastruktur Gets or sets the name of the table.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals(Object) Infrastruktur Tests the equality of this object and another object. (Überschreibt Object.Equals(Object).)
Öffentliche Methode Equals(DataSetInfo) Infrastruktur Tests the equality of this object and another DataSetInfo object.
Öffentliche Methode GetContainingDataScopes Infrastruktur Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode Infrastruktur Gets a unique hash code for the current instance. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Infrastruktur Initializes an instance of ReportObject. (Geerbt von ReportObject.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace