次の方法で共有


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

拡張機能がユーザー インターフェイスに表示されるかどうかを示す値を取得します。

適用対象