シンタックス
'宣言
Public Function SetReportHistoryOptions( _
ByVal As BatchHeader, _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As ScheduleDefinitionOrReference _
) As ServerInfoHeader
'使用法
Dim instance As ReportingService2005SoapClient
Dim BatchHeader As BatchHeader
Dim Report As System.String
Dim EnableManualSnapshotCreation As System.Boolean
Dim KeepExecutionSnapshots As System.Boolean
Dim Item As ScheduleDefinitionOrReference
Dim value As ServerInfoHeader
value = instance.SetReportHistoryOptions(BatchHeader, Report, EnableManualSnapshotCreation, KeepExecutionSnapshots, Item)
public ServerInfoHeader SetReportHistoryOptions(
BatchHeader ,
System.string ,
System.bool ,
System.bool ,
ScheduleDefinitionOrReference
)
パラメータ
- BatchHeader
- Report
- EnableManualSnapshotCreation
- KeepExecutionSnapshots
- Item
参照