'宣言 Public Function CreateReportHistorySnapshot( _ ByVal BatchHeader As BatchHeader, _ ByVal Report As System.String, _ ByRef HistoryID As System.String, _ ByRef Warnings() As Warning _ ) As ServerInfoHeader
'使用法 Dim instance As ReportingService2005SoapClient Dim BatchHeader As BatchHeader Dim Report As System.String Dim HistoryID As System.String Dim Warnings() As Warning Dim value As ServerInfoHeader value = instance.CreateReportHistorySnapshot(BatchHeader, Report, HistoryID, Warnings)
public ServerInfoHeader CreateReportHistorySnapshot( BatchHeader BatchHeader, System.string Report, out System.string HistoryID, out Warning[] Warnings )
パラメータ
- BatchHeader
- Report
- HistoryID
- Warnings