Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents the security types to use for accessing data sources.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration SecurityTypeEnum
'Usage
Dim instance As SecurityTypeEnum
public enum SecurityTypeEnum
public enum class SecurityTypeEnum
type SecurityTypeEnum
public enum SecurityTypeEnum
Members
| Member name | Description | |
|---|---|---|
| DataBase | Use the native security of the database. | |
| Integrated | Use Integrated Security. | |
| None | No security is configured. | |
| Unknown | The security type is unknown. | |
| Windows | Use Windows Authentication. |