ModelPerspective 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供模型的一个视角信息。
public ref class ModelPerspective
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ModelPerspective
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ModelPerspective = class
Public Class ModelPerspective
- 继承
-
ModelPerspective
- 属性
注解
模型视角识别模型中包含的部分项目。 使用模型视角名称, GetUserModel 方法中只获取透视中的模型项目。
构造函数
| 名称 | 说明 |
|---|---|
| ModelPerspective() |
初始化 ModelPerspective 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| Description |
会得到视角的描述。 只读。 |
| ID |
获得视角的ID。 只读。 |
| Name |
获得或设定视角名称。 只读。 |