SecurityDescriptorControlFlags Enumeration
Enumerates values for security descriptor control flags for the T:Microsoft.SqlServer.Management.UI.ConnectionDlg class.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This API is not CLS-compliant.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
| Member name | Description | |
|---|---|---|
| SE_DACL_AUTO_INHERIT_REQ | Defines the constant integer value for SE_DACL_AUTO_INHERIT_REQ. | |
| SE_DACL_AUTO_INHERITED | Defines the constant integer value for SE_DACL_AUTO_INHERITED. | |
| SE_DACL_DEFAULTED | Defines the constant integer value for SE_DACL_DEFAULTED. | |
| SE_DACL_PRESENT | Defines the constant integer value for SE_DACL_PRESENT. | |
| SE_DACL_PROTECTED | Defines the constant integer value for SE_DACL_PROTECTED. | |
| SE_GROUP_DEFAULTED | Defines the constant integer value for SE_GROUP_DEFAULTED. | |
| SE_OWNER_DEFAULTED | Defines the constant integer value for SE_OWNER_DEFAULTED. | |
| SE_RM_CONTROL_VALID | Defines the constant integer value for SE_RM_CONTROL_VALID. | |
| SE_SACL_AUTO_INHERIT_REQ | Defines the constant integer value for SE_SACL_AUTO_INHERIT_REQ. | |
| SE_SACL_AUTO_INHERITED | Defines the constant integer value for SE_SACL_AUTO_INHERITED. | |
| SE_SACL_DEFAULTED | Defines the constant integer value for SE_SACL_DEFAULTED. | |
| SE_SACL_PRESENT | Defines the constant integer value for SE_SACL_PRESENT. | |
| SE_SACL_PROTECTED | Defines the constant integer value for SE_SACL_PROTECTED. | |
| SE_SELF_RELATIVE | Defines the constant integer value for SE_SELF_RELATIVE. |