다음을 통해 공유


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 인증 모드입니다.

적용 대상