Share via


CredentialRetrievalEnum 열거형

Describes the credential retrieval settings for a data source.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
<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.