Класс 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