IDeliveryReportServerInformation.ServerSettings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の拡張機能の設定値を取得します。
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[]
Setting オブジェクトの配列。
注釈
このプロパティは、デリバリー拡張のユーザーインターフェースでのみ使用されることを想定しています。 これにより、拡張は現在の拡張に関するレポートサーバーデータベースから任意の設定情報を取得できます。