ReportingService2005.GetSystemProperties メソッド
1 つ以上のシステム プロパティの値を返します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Function GetSystemProperties ( _
Properties As Property() _
) As Property()
'使用
Dim instance As ReportingService2005
Dim Properties As Property()
Dim returnValue As Property()
returnValue = instance.GetSystemProperties(Properties)
public Property[] GetSystemProperties(
Property[] Properties
)
public:
array<Property^>^ GetSystemProperties(
array<Property^>^ Properties
)
member GetSystemProperties :
Properties:Property[] -> Property[]
public function GetSystemProperties(
Properties : Property[]
) : Property[]
パラメーター
- Properties
型: array<ReportService2005.Property[]
値を取得するプロパティの名前を表す Property オブジェクトの配列です。
戻り値
型: array<ReportService2005.Property[]
1 つ以上のシステム プロパティの値を表す Property オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
Properties 配列内のすべてのプロパティに対する ReadSystemProperties |
ユーザー定義プロパティと予約済みのシステム プロパティをすべて取得するには、GetSystemProperties メソッドを使用します。 レポート サーバー データベース内の予約済みシステム プロパティの一覧については、「レポート サーバーのシステム プロパティ」を参照してください。
Properties パラメーターが NULL (Visual Basic では Nothing) の場合、GetSystemProperties メソッドは、ユーザーが表示権限を持っているすべてのシステム プロパティを返します。
要求されたプロパティが見つからない場合でも、エラーは返されません。 この場合は、値が指定されていないプロパティが返されます。