ReportingService2010.SetCacheRefreshPlanProperties メソッド
キャッシュ更新計画のプロパティを設定します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties", RequestNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("TrustedUserHeaderValue")> _
Public Sub SetCacheRefreshPlanProperties ( _
CacheRefreshPlanID As String, _
Description As String, _
EventType As String, _
MatchData As String, _
Parameters As ParameterValue() _
)
'使用
Dim instance As ReportingService2010
Dim CacheRefreshPlanID As String
Dim Description As String
Dim EventType As String
Dim MatchData As String
Dim Parameters As ParameterValue()
instance.SetCacheRefreshPlanProperties(CacheRefreshPlanID, _
Description, EventType, MatchData, _
Parameters)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("TrustedUserHeaderValue")]
public void SetCacheRefreshPlanProperties(
string CacheRefreshPlanID,
string Description,
string EventType,
string MatchData,
ParameterValue[] Parameters
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
[SoapHeaderAttribute(L"TrustedUserHeaderValue")]
public:
void SetCacheRefreshPlanProperties(
String^ CacheRefreshPlanID,
String^ Description,
String^ EventType,
String^ MatchData,
array<ParameterValue^>^ Parameters
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
[<SoapHeaderAttribute("TrustedUserHeaderValue")>]
member SetCacheRefreshPlanProperties :
CacheRefreshPlanID:string *
Description:string *
EventType:string *
MatchData:string *
Parameters:ParameterValue[] -> unit
public function SetCacheRefreshPlanProperties(
CacheRefreshPlanID : String,
Description : String,
EventType : String,
MatchData : String,
Parameters : ParameterValue[]
)
パラメーター
- CacheRefreshPlanID
型: System.String
キャッシュ更新プランの一意の識別子です。
- Description
型: System.String
キャッシュ更新プランの説明です。 このパラメーターが NULL (Visual Basic では Nothing) に設定されている場合、既存のキャッシュ更新プランの説明は変更されません。
- EventType
型: System.String
キャッシュ更新を開始するイベントの種類です。 現在、有効な値は RefreshCache です。 このパラメーターが NULL (Visual Basic では Nothing) に設定されている場合、既定値 RefreshCache が使用されます。
- MatchData
型: System.String
指定した EventType パラメーターに関連付けられているデータです。 これは、ItemPath のアイテム固有のシリアル化された ScheduleDefinition であるか、共有スケジュールのスケジュール ID であることが必要です。 EventType が NULL に設定されている場合にのみ、このパラメーターは NULL (Visual Basic では Nothing) に設定できます。 NULL に設定された場合、既存のデータは変更されません。
- Parameters
型: array<ReportService2010.ParameterValue[]
キャッシュ更新プランが作成されたアイテムのパラメーターの一覧を表す ParameterValue オブジェクトの配列です。パラメーターを変更しない場合、このパラメーターは NULL (Visual Basic では Nothing) に設定できます。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダーの使用方法 |
(Out) ServerInfoHeaderValue |
ネイティブ モードで必要な権限 |
|
SharePoint モードで必要な権限 |