次の方法で共有


ReportServiceAuthentication クラス

SharePoint Web アプリケーションがフォーム認証用に構成されている場合にレポート サーバーに対してユーザーを認証するためのメソッドおよびプロパティが含まれています。

名前空間:  ReportServiceAuthentication
アセンブリ:  ReportServiceAuthentication (ReportServiceAuthentication.dll)

構文

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。