ReportingService2005 Class
Microsoft SQL Server 2005 Reporting Services (SSRS) Web サービスの呼び出しに使用するメソッドとプロパティが含まれます。
名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
アセンブリ: ReportService2005 (reportingservice2005.dll 内)
構文
'宣言
<XmlIncludeAttribute(GetType(RecurrencePattern))> _
<WebServiceBindingAttribute(Name:="ReportingService2005Soap", Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
<XmlIncludeAttribute(GetType(DataSourceDefinitionOrReference))> _
<XmlIncludeAttribute(GetType(ExpirationDefinition))> _
<DesignerCategoryAttribute("code")> _
<XmlIncludeAttribute(GetType(ScheduleDefinitionOrReference))> _
<DebuggerStepThroughAttribute> _
Public Class ReportingService2005
Inherits SoapHttpClientProtocol
[XmlIncludeAttribute(typeof(RecurrencePattern))]
[WebServiceBindingAttribute(Name="ReportingService2005Soap", Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
[XmlIncludeAttribute(typeof(DataSourceDefinitionOrReference))]
[XmlIncludeAttribute(typeof(ExpirationDefinition))]
[DesignerCategoryAttribute("code")]
[XmlIncludeAttribute(typeof(ScheduleDefinitionOrReference))]
[DebuggerStepThroughAttribute]
public class ReportingService2005 : SoapHttpClientProtocol
[XmlIncludeAttribute(typeof(RecurrencePattern))]
[WebServiceBindingAttribute(Name=L"ReportingService2005Soap", Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
[XmlIncludeAttribute(typeof(DataSourceDefinitionOrReference))]
[XmlIncludeAttribute(typeof(ExpirationDefinition))]
[DesignerCategoryAttribute(L"code")]
[XmlIncludeAttribute(typeof(ScheduleDefinitionOrReference))]
[DebuggerStepThroughAttribute]
public ref class ReportingService2005 : public SoapHttpClientProtocol
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.RecurrencePattern) */
/** @attribute WebServiceBindingAttribute(Name="ReportingService2005Soap", Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DataSourceDefinitionOrReference) */
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ExpirationDefinition) */
/** @attribute DesignerCategoryAttribute("code") */
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleDefinitionOrReference) */
/** @attribute DebuggerStepThroughAttribute() */
public class ReportingService2005 extends SoapHttpClientProtocol
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.RecurrencePattern)
WebServiceBindingAttribute(Name="ReportingService2005Soap", Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DataSourceDefinitionOrReference)
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ExpirationDefinition)
DesignerCategoryAttribute("code")
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleDefinitionOrReference)
DebuggerStepThroughAttribute
public class ReportingService2005 extends SoapHttpClientProtocol
解説
レポート サーバー Web サービス ライブラリを使用するには、Microsoft Visual C# または Microsoft Visual Basic .NET で、さまざまな Web サービス メソッドを呼び出すためのプロキシ クラスを生成する必要があります。Microsoft .NET Framework を使用した Reporting Services プロキシ クラスの生成方法の詳細については、「SOAP API へのアクセス」を参照してください。
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ReportingService2005
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace