CredentialRetrievalEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the credential retrieval settings for a data source.
public enum class CredentialRetrievalEnum
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum CredentialRetrievalEnum
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type CredentialRetrievalEnum =
Public Enum CredentialRetrievalEnum
- Inheritance
-
CredentialRetrievalEnum
- Attributes
Fields
Name | Value | Description |
---|---|---|
Prompt | 0 | The user is prompted to provide credentials every time the data source is accessed. |
Store | 1 | Credentials are encrypted and stored in the report server database. |
Integrated | 2 | Credentials are passed through Windows Authentication. |
None | 3 | Credentials are not passed to the data source. |