IExtension Interface
SQL Server Reporting Services の拡張機能を表します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.Interfaces (microsoft.reportingservices.interfaces.dll 内)
構文
'宣言
Public Interface IExtension
public interface IExtension
public interface class IExtension
public interface IExtension
public interface IExtension
解説
IExtension インターフェイスは、ローカライズされた拡張機能名を実装したり、Reporting Services の構成ファイルに保存された拡張機能固有の構成情報を処理したりすることを可能にします。IExtension は、Reporting Services の拡張機能を表します。IExtension インターフェイスは、カスタム データ拡張機能、配信拡張機能、および表示拡張機能を作成するために使用できます。
アプリケーションは、IExtension インターフェイスのインスタンスを直接作成するのではなく、IExtension を実装するクラスのインスタンスを作成します。
IExtension を実装するクラスは、継承されたすべてのメンバを実装する必要があります。通常は、プロバイダ固有の機能を追加するための追加メンバを定義する必要もあります。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IExtension Members
Microsoft.ReportingServices.Interfaces Namespace