'宣言 Public Function GetReportHistoryOptions( _ ByVal Report As System.String, _ ByRef EnableManualSnapshotCreation As System.Boolean, _ ByRef KeepExecutionSnapshots As System.Boolean, _ ByRef Item As ScheduleDefinitionOrReference _ ) As ServerInfoHeader
'使用法 Dim instance As ReportingService2005SoapClient 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.GetReportHistoryOptions(Report, EnableManualSnapshotCreation, KeepExecutionSnapshots, Item)
public ServerInfoHeader GetReportHistoryOptions( System.string Report, out System.bool EnableManualSnapshotCreation, out System.bool KeepExecutionSnapshots, out ScheduleDefinitionOrReference Item )
パラメータ
- Report
- EnableManualSnapshotCreation
- KeepExecutionSnapshots
- Item