Freigeben über


ReportingService2006-Klasse

Contains the methods and properties that can be used to call the Reporting Services Web service when it is running in SharePoint integrated mode.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "ReportingService2006Soap", Namespace := "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")> _
Public Class ReportingService2006 _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As ReportingService2006
[WebServiceBindingAttribute(Name = "ReportingService2006Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public class ReportingService2006 : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportingService2006Soap", Namespace = L"https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public ref class ReportingService2006 : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportingService2006Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
type ReportingService2006 =  
    class
        inherit SoapHttpClientProtocol
    end
public class ReportingService2006 extends SoapHttpClientProtocol

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.