Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains values that specify the resolution when returning security permissions.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SecurityResolutionType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration SecurityResolutionType
'Usage
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
Permissions can be retrieved as they were assigned or in a net effective list of permissions.