Share via


CredentialRetrievalEnum 열거형

Describes the credential retrieval settings for a data source.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
<SerializableAttribute> _
Public Enumeration CredentialRetrievalEnum
‘사용 방법
Dim instance As CredentialRetrievalEnum
[SerializableAttribute]
public enum CredentialRetrievalEnum
[SerializableAttribute]
public enum class CredentialRetrievalEnum
[<SerializableAttribute>]
type CredentialRetrievalEnum
public enum CredentialRetrievalEnum

멤버

멤버 이름 설명
Prompt The user is prompted to provide credentials every time the data source is accessed.
Store Credentials are encrypted and stored in the report server database.
Integrated Credentials are passed through Windows Authentication.
None Credentials are not passed to the data source.

참고 항목

참조

ReportService2010 네임스페이스