共用方式為


CredentialRetrievalEnum 列舉

Describes the credential retrieval settings for a data source.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Enumeration CredentialRetrievalEnum
'用途
Dim instance As CredentialRetrievalEnum
public enum CredentialRetrievalEnum
public enum class CredentialRetrievalEnum
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.

請參閱

參考

ReportService2006 命名空間