ReportingService2005 Class

Contains the methods and properties that can be used to call the Microsoft SQL Server 2005 Reporting Services (SSRS) Web service.

네임스페이스: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
어셈블리: ReportService2005 (in 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

주의

To use the Report Server Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic .NET through which you can call the various Web service methods. For more information about generating a Reporting Services proxy class using the Microsoft .NET Framework, see Accessing the SOAP API.

Inheritance Hierarchy

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

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace