言語

IDeliveryReportServerInformation.ServerSettings プロパティ

定義

現在の拡張機能の設定値を取得します。

public:
 property cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ ServerSettings { cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ get(); };
public Microsoft.ReportingServices.Interfaces.Setting[] ServerSettings { get; }
member this.ServerSettings : Microsoft.ReportingServices.Interfaces.Setting[]
Public ReadOnly Property ServerSettings As Setting()

プロパティ値

Setting オブジェクトの配列。

注釈

このプロパティは、デリバリー拡張のユーザーインターフェースでのみ使用されることを想定しています。 これにより、拡張は現在の拡張に関するレポートサーバーデータベースから任意の設定情報を取得できます。

適用対象