ReportServiceAuthentication 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含在 SharePoint 網頁應用程式設定表單驗證時,對使用者進行報告伺服器驗證的方法與屬性。
public ref class ReportServiceAuthentication : System::Web::Services::Protocols::SoapHttpClientProtocol
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Web.Services.WebServiceBinding(Name="ReportServiceAuthenticationSoap", Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public class ReportServiceAuthentication : System.Web.Services.Protocols.SoapHttpClientProtocol
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Web.Services.WebServiceBinding(Name="ReportServiceAuthenticationSoap", Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
type ReportServiceAuthentication = class
inherit SoapHttpClientProtocol
Public Class ReportServiceAuthentication
Inherits SoapHttpClientProtocol
- 繼承
-
ReportServiceAuthentication
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| ReportServiceAuthentication() |
初始化 ReportServiceAuthentication 類別的新執行個體。 |
方法
| 名稱 | Description |
|---|---|
| GetAuthenticationMode() |
取得 SharePoint 網頁應用程式所使用的認證方案。 |
| Logoff() |
將目前正在提出網路服務請求的使用者登出。 |
| LogonUser(String, String, String, String) |
登入使用者並驗證對報表伺服器網路服務的使用者請求。 |