Clase ModelPerspective
Provides information about a perspective of a model.
Jerarquía de herencia
System. . :: . .Object
ReportService2006..::..ModelPerspective
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
<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
El tipo ModelPerspective expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ModelPerspective | Initializes a new instance of the ModelPerspective class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también