SharePoint ファームの 1 つ以上のプロパティを設定します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
Public Sub SetSystemProperties ( _
Properties As Property() _
)
'使用
Dim instance As ReportingService2006
Dim Properties As Property()
instance.SetSystemProperties(Properties)
public void SetSystemProperties(
Property[] Properties
)
public:
void SetSystemProperties(
array<Property^>^ Properties
)
member SetSystemProperties :
Properties:Property[] -> unit
public function SetSystemProperties(
Properties : Property[]
)
パラメーター
- Properties
型: array<ReportService2006.Property[]
SharePoint 統合モードのレポート サーバーに設定するシステム プロパティと値を定義する Property オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
ユーザーは、システムで予約されていないカスタム システム プロパティを追加することができます。 Property 配列に指定したプロパティが存在しない場合は、そのプロパティが作成されます。 プロパティに値が存在する場合は上書きされます。 予約済みのシステム プロパティを作成または削除することはできません。 設定するシステム プロパティによっては、レポート サーバーの機能が変更される可能性があります。 予約済みのシステム プロパティの一覧については、「レポート サーバーのシステム プロパティ」を参照してください。 エラーが発生すると、プロパティは設定されません。
プロパティに空の値を設定することにより、プロパティの値を削除することができます。
ユーザーがサーバー管理 Web サイトのサイト コレクションにアクセスする適切な権限を持っている場合はプロパティを返します。