次の方法で共有


SecurityResolutionType 列挙体

セキュリティ権限を返すときの解決策の仕様を指定します。 権限は、割り当てられた権限として取得される場合も、実際に有効な権限の一覧として取得される場合もあります。

名前空間:  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 重複による影響を解決する、ユーザーの有効な権限のセット。
UserAndGroup ユーザーに直接割り当てられた権限と、所属グループに割り当てられた権限。
Users ユーザーに直接割り当てられた権限。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間