SecurityDescriptorControlFlags Enumeration

Enumerates values for security descriptor control flags for the ConnectionDlg class.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
<FlagsAttribute> _
<CLSCompliantAttribute(False)> _
Public Enumeration SecurityDescriptorControlFlags
'Usage
Dim instance As SecurityDescriptorControlFlags
[FlagsAttribute]
[CLSCompliantAttribute(false)]
public enum SecurityDescriptorControlFlags
[FlagsAttribute]
[CLSCompliantAttribute(false)]
public enum class SecurityDescriptorControlFlags
[<FlagsAttribute>]
[<CLSCompliantAttribute(false)>]
type SecurityDescriptorControlFlags
public enum SecurityDescriptorControlFlags

Members

Member name Description
SE_OWNER_DEFAULTED Defines the constant integer value for SE_OWNER_DEFAULTED.
SE_GROUP_DEFAULTED Defines the constant integer value for SE_GROUP_DEFAULTED.
SE_DACL_PRESENT Defines the constant integer value for SE_DACL_PRESENT.
SE_DACL_DEFAULTED Defines the constant integer value for SE_DACL_DEFAULTED.
SE_SACL_PRESENT Defines the constant integer value for SE_SACL_PRESENT.
SE_SACL_DEFAULTED Defines the constant integer value for SE_SACL_DEFAULTED.
SE_DACL_AUTO_INHERIT_REQ Defines the constant integer value for SE_DACL_AUTO_INHERIT_REQ.
SE_SACL_AUTO_INHERIT_REQ Defines the constant integer value for SE_SACL_AUTO_INHERIT_REQ.
SE_DACL_AUTO_INHERITED Defines the constant integer value for SE_DACL_AUTO_INHERITED.
SE_SACL_AUTO_INHERITED Defines the constant integer value for SE_SACL_AUTO_INHERITED.
SE_DACL_PROTECTED Defines the constant integer value for SE_DACL_PROTECTED.
SE_SACL_PROTECTED Defines the constant integer value for SE_SACL_PROTECTED.
SE_RM_CONTROL_VALID Defines the constant integer value for SE_RM_CONTROL_VALID.
SE_SELF_RELATIVE Defines the constant integer value for SE_SELF_RELATIVE.