Classe ModelPerspective
Provides information about a perspective of a model.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..ModelPerspective
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ModelPerspective
'Uso
Dim instance As ModelPerspective
[SerializableAttribute]
public class ModelPerspective
[SerializableAttribute]
public ref class ModelPerspective
[<SerializableAttribute>]
type ModelPerspective = class end
public class ModelPerspective
O tipo ModelPerspective expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ModelPerspective | Initializes a new instance of the ModelPerspective class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também