AuthenticationMode 列舉

定義

表示可供有設定 SharePoint 整合模式的報表伺服器所使用的不同驗證配置。

public enum class AuthenticationMode
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
[System.Serializable]
public enum AuthenticationMode
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
[<System.Serializable>]
type AuthenticationMode = 
Public Enum AuthenticationMode
繼承
AuthenticationMode
屬性

欄位

Forms 3

表單驗證模式。

None 0

無驗證模式。

Passport 2

Passport 驗證模式。

Windows 1

Windows 驗證模式。

適用於