SecurityDescriptorControlFlags 열거형

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

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
<FlagsAttribute> _
Public Enumeration SecurityDescriptorControlFlags
‘사용 방법
Dim instance As SecurityDescriptorControlFlags
[CLSCompliantAttribute(false)]
[FlagsAttribute]
public enum SecurityDescriptorControlFlags
[CLSCompliantAttribute(false)]
[FlagsAttribute]
public enum class SecurityDescriptorControlFlags
[<CLSCompliantAttribute(false)>]
[<FlagsAttribute>]
type SecurityDescriptorControlFlags
public enum SecurityDescriptorControlFlags

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스