SecurityResolutionType 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보안 권한을 반환할 때 해결 사양을 지정합니다. 사용 권한을 할당된 그대로 또는 최종의 유효한 사용 권한 목록에서 검색할 수 있습니다.
public enum class SecurityResolutionType
[System.Runtime.Serialization.DataContract(Name="SecurityResolutionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SecurityResolutionType
[<System.Runtime.Serialization.DataContract(Name="SecurityResolutionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityResolutionType =
Public Enum SecurityResolutionType
- 상속
-
SecurityResolutionType
- 특성
필드
Effective | 2 | 겹침 효과를 해결하여 User에 대해 유효한 권한 집합을 반환합니다. |
UserAndGroup | 0 | |
Users | 1 | User에게 직접 할당된 사용 권한을 반환합니다. |
설명
단순 형식은 SecurityResolutionType 보안 권한을 반환할 때 확인 사양을 지정합니다. 권한은 할당되었거나 순 유효 사용 권한 목록에서 검색할 수 있습니다.