ModelItem 클래스

정의

모델 항목의 의미적 정의를 제공합니다.

public ref class ModelItem
[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 ModelItem
[<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 ModelItem = class
Public Class ModelItem
상속
ModelItem
특성

설명

이 클래스는 클래스에 ModelCatalogItem 모델 항목을 나열할 때 사용됩니다.

생성자

Name Description
ModelItem()

ModelItem 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Description

모델 아이템의 설명을 받아요.

ID

모델 내 아이템 ID를 받아냅니다.

ModelItems

이 모델 항목에 대한 자식 모델 아이템을 가져옵니다.

ModelItemTypeName

모델 아이템의 종류를 파악합니다.

Name

모델 내 아이템 이름을 얻습니다.

적용 대상