SecurityResolutionType 列舉
Contains values that specify the resolution when returning security permissions.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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
成員
成員名稱 | 說明 | |
---|---|---|
UserAndGroup | Return permissions assigned directly to the user and those assigned to groups to which the user belongs. | |
Users | Return permissions assigned directly to the user. | |
Effective | Return the effective set of permissions for the user, resolving the effects of overlaps. |
備註
Permissions can be retrieved as they were assigned or in a net effective list of permissions.