ModelCatalogItem Class

Definition

Used to provide a listing of all model perspectives for a model.

public ref class ModelCatalogItem
[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 ModelCatalogItem
[<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 ModelCatalogItem = class
Public Class ModelCatalogItem
Inheritance
ModelCatalogItem
Attributes

Constructors

ModelCatalogItem()

Initializes a new instance of the ModelCatalogItem class.

Properties

Description

Gets a description of the model catalog item.

Model

Gets the full path of the model catalog item.

Perspectives

Gets or sets a list of any perspectives for this model.

Applies to