SecurityTypeEnum 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.
Represents the security types to use for accessing data sources.
public enum class SecurityTypeEnum
public enum SecurityTypeEnum
type SecurityTypeEnum =
Public Enum SecurityTypeEnum
- Inheritance
-
SecurityTypeEnum
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The security type is unknown. |
None | 1 | No security is configured. |
DataBase | 2 | Use the native security of the database. |
Windows | 3 | Use Windows Authentication. |
Integrated | 4 | Use Integrated Security. |