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


Класс ModelPerspective

Provides information about a perspective of a model.

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

System.Object
  ReportService2006.ModelPerspective

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Class ModelPerspective
'Применение
Dim instance As ModelPerspective
public class ModelPerspective
public ref class ModelPerspective
type ModelPerspective =  class end
public class ModelPerspective

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Description Gets a description of the perspective. Read-only.
Открытое свойство ID Gets the ID of the perspective. Read-only.
Открытое свойство Name Gets the name of the perspective. Read-only.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

A model perspective identifies a subset of a model items that are contained in the model. Use the model perspective name with the GetUserModel API to obtain only the model items in the perspective.

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

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

См. также

Справочник

Пространство имен ReportService2006

Другие ресурсы

Работа с перспективами в конструкторе моделей

Работа с конструктором моделей