言語

ReportingService2005.GetSystemProperties(Property[]) メソッド

定義

1つ以上のシステムプロパティの値を返します。

public:
 cli::array <ReportService2005::Property ^> ^ GetSystemProperties(cli::array <ReportService2005::Property ^> ^ Properties);
public ReportService2005.Property[] GetSystemProperties(ReportService2005.Property[] Properties);
member this.GetSystemProperties : ReportService2005.Property[] -> ReportService2005.Property[]
Public Function GetSystemProperties (Properties As Property()) As Property()

パラメーター

Properties
Property[]

値を取り出したいプロパティの名前を含む Property オブジェクトの配列です。

返品

1つ以上のシステムプロパティの値を含む Property オブジェクトの配列です。

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダー (アウト) ServerInfoHeaderValue
必要なアクセス許可 ReadSystemProperties Properties配列内のすべての性質に対して。

GetSystemPropertiesメソッドを使って、ユーザー定義および予約済みのシステムプロパティの全セットを取得します。 レポートサーバーデータベース内の予約済みシステムプロパティの一覧については、 レポートサーバーシステムプロパティをご覧ください。

Propertiesパラメータがnull(Visual BasicでNothing)であれば、GetSystemPropertiesメソッドはあなたが閲覧権限を持つすべてのシステムプロパティを返します。

要求されたプロパティが見つからない場合はエラーは返されません。 その不動産は価値なしで返されます。

適用対象