Extension 클래스

정의

보고서 서버에 등록된 확장 프로그램을 나타냅니다.

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

설명

Extension 개체는 메서드에 의해 출력으로 반환됩니다ListExtensions.

생성자

Extension()

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

속성

ExtensionTypeName

확장 프로그램의 유형을 가져옵니다.

IsModelGenerationSupported

이 확장 프로그램이 모델 생성을 지원하는지 여부를 나타내는 값을 가져옵니다.

LocalizedName

사용자 인터페이스에서 표시하기 위해 사용할 수 있는 지역화된 이름을 가져옵니다.

Name

확장 프로그램의 이름을 가져옵니다.

Visible

확장 프로그램이 사용자 인터페이스에서 표시되는지 여부를 나타내는 값을 가져옵니다.

적용 대상