SetScheduleProperties メソッド
共有スケジュールのプロパティを設定します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
<SoapHeaderAttribute("BatchHeaderValue")> _
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetScheduleProperties", RequestNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub SetScheduleProperties ( _
Name As String, _
ScheduleID As String, _
ScheduleDefinition As ScheduleDefinition _
)
'使用
Dim instance As ReportingService2005
Dim Name As String
Dim ScheduleID As String
Dim ScheduleDefinition As ScheduleDefinition
instance.SetScheduleProperties(Name, _
ScheduleID, ScheduleDefinition)
[SoapHeaderAttribute("BatchHeaderValue")]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetScheduleProperties", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void SetScheduleProperties(
string Name,
string ScheduleID,
ScheduleDefinition ScheduleDefinition
)
[SoapHeaderAttribute(L"BatchHeaderValue")]
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetScheduleProperties", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void SetScheduleProperties(
String^ Name,
String^ ScheduleID,
ScheduleDefinition^ ScheduleDefinition
)
[<SoapHeaderAttribute("BatchHeaderValue")>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetScheduleProperties", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
member SetScheduleProperties :
Name:string *
ScheduleID:string *
ScheduleDefinition:ScheduleDefinition -> unit
public function SetScheduleProperties(
Name : String,
ScheduleID : String,
ScheduleDefinition : ScheduleDefinition
)
パラメーター
- Name
型: System. . :: . .String
スケジュールの名前です。
- ScheduleID
型: System. . :: . .String
スケジュールの ID です。
- ScheduleDefinition
型: ReportService2005. . :: . .ScheduleDefinition
スケジュールに設定するプロパティと値を定義する ScheduleDefinition オブジェクトです。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(In) BatchHeaderValue (Out) ServerInfoHeaderValue |
必要な権限 |
UpdateSchedules (システム) |
共有スケジュールからプロパティを削除するには、そのプロパティを NULL (Visual Basic では Nothing) に設定します。存在しないプロパティに空の値を設定しても、スケジュールには影響がありません。
既に存在するプロパティに値を設定すると、値が上書きされます。
SetScheduleProperties メソッドを呼び出しても、定期的な操作の実行は停止されません。定期的な実行の最中にスケジュールを更新すると、変更内容は次回の実行から反映されます。