Classe ModelPerspective
Provides information about a perspective of a model.
Gerarchia di ereditarietà
System.Object
ReportService2005.ModelPerspective
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class ModelPerspective
'Utilizzo
Dim instance As ModelPerspective
public class ModelPerspective
public ref class ModelPerspective
type ModelPerspective = class end
public class ModelPerspective
Nel tipo ModelPerspective sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ModelPerspective | Initializes a new instance of the ModelPerspective class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
A model perspective identifies a subset of a model items contained in the model. Use the model perspective name with the GetUserModel API to obtain only the model items in the perspective.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi ReportService2005