次の方法で共有


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 ヘッダー (Out) ServerInfoHeaderValue
必要なアクセス許可 Properties 配列内のすべてのプロパティに対する ReadSystemProperties

ユーザー定義プロパティと予約済みのシステム プロパティをすべて取得するには、GetSystemProperties メソッドを使用します。 レポート サーバー データベース内の予約済みのシステム プロパティの一覧については、「レポート サーバー のシステム プロパティ」を参照してください。

パラメーターが Properties (Nothing Visual Basic の場合) の場合、GetSystemPropertiesこのメソッドはnull、表示する権限を持つすべてのシステム プロパティを返します。

要求されたプロパティが見つからない場合でも、エラーは返されません。 この場合は、値が指定されていないプロパティが返されます。

適用対象