Поделиться через


Класс DataSetInfo

Contains information about a dataset.

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public NotInheritable Class DataSetInfo _
    Inherits ReportObject
'Применение
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

Тип DataSetInfo обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DataSetInfo Инфраструктура. Initializes a new instance of the DataSetInfo class.

В начало

Свойства

  Имя Описание
Открытое свойство ComponentMetadata Gets or sets the component metadata. (Производный от ReportObject.)
Открытое свойство DataSetName Инфраструктура. Gets or sets the name of the dataset.
Открытое свойство ObjectDataSourceSelectMethod Инфраструктура. Gets or sets the name of the method that the object data source invokes to retrieve data.
Открытое свойство ObjectDataSourceSelectMethodSignature Инфраструктура. Gets or sets the signature of the ObjectDataSourceSelectMethod property.
Открытое свойство ObjectDataSourceType Инфраструктура. Gets or sets the type of the object data source.
Открытое свойство Parent The parent of this report object. (Производный от ReportObjectBase.)
Открытое свойство SchemaPath Инфраструктура. Gets or sets the path of the schema.
Открытое свойство Site Инфраструктура. Gets or sets the site associated with the ReportObject object. (Производный от ReportObject.)
Открытое свойство TableAdapterFillMethod Инфраструктура. Gets or sets the fill method of table adapter to fill a dataset.
Открытое свойство TableAdapterGetDataMethod Инфраструктура. Gets or sets the method that retrieves data of a table adapter.
Открытое свойство TableAdapterName Инфраструктура. Gets or sets the name of the table adapter.
Открытое свойство TableName Инфраструктура. Gets or sets the name of the table.

В начало

Методы

  Имя Описание
Открытый метод DeepClone Returns a deep clone of this ReportObject instance. (Производный от ReportObject.)
Открытый метод Equals(Object) Инфраструктура. Tests the equality of this object and another object. (Переопределяет Object.Equals(Object).)
Открытый метод Equals(DataSetInfo) Инфраструктура. Tests the equality of this object and another DataSetInfo object.
Открытый метод GetContainingDataScopes Инфраструктура. Returns the list of report object that contains data scopes. (Производный от ReportObject.)
Открытый метод GetHashCode Инфраструктура. Gets a unique hash code for the current instance. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод Initialize Инфраструктура. Initializes an instance of ReportObject. (Производный от ReportObject.)
Защищенный метод OnChildPropertyChanged Инфраструктура. Raises an event when the property of the child was changed. (Производный от ReportObject.)
Защищенный метод OnPropertyChanged Инфраструктура. Raises an event when the property was changed. (Производный от ReportObject.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable.Dispose Инфраструктура. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Производный от ReportObject.)
Явная реализация интерфейсаЗакрытое событие IComponent.Disposed Инфраструктура. Occurs when the ReportObject object is disposed. (Производный от ReportObject.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.RdlObjectModel