다음을 통해 공유


SecurityResolutionType 열거형

Specifies the resolution specification when returning security permissions. Permissions may be retrieved as they were assigned or in a net effective list of permissions.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataContractAttribute(Name := "SecurityResolutionType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration SecurityResolutionType
‘사용 방법
Dim instance As SecurityResolutionType
[DataContractAttribute(Name = "SecurityResolutionType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SecurityResolutionType
[DataContractAttribute(Name = L"SecurityResolutionType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class SecurityResolutionType
[<DataContractAttribute(Name = "SecurityResolutionType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityResolutionType
public enum SecurityResolutionType

멤버

멤버 이름 설명
Effective The effective set of permissions for the user, resolving the effects of overlaps.
UserAndGroup The permissions assigned directly to the user and those assigned to groups to which the user belongs.
Users The permissions assigned directly to the user.

참고 항목

참조

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스