Поделиться через


Класс SecurityPrincipalsCriteria

Represents the security principal criteria to be used with security get operations.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.SecurityPrincipalsCriteria

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "SecurityPrincipalsCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SecurityPrincipalsCriteria _
    Inherits DataContractBase
'Применение
Dim instance As SecurityPrincipalsCriteria
[DataContractAttribute(Name = "SecurityPrincipalsCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsCriteria : DataContractBase
[DataContractAttribute(Name = L"SecurityPrincipalsCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrincipalsCriteria : public DataContractBase
[<DataContractAttribute(Name = "SecurityPrincipalsCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsCriteria =  
    class
        inherit DataContractBase
    end
public class SecurityPrincipalsCriteria extends DataContractBase

Тип SecurityPrincipalsCriteria обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SecurityPrincipalsCriteria Initializes a new instance of the SecurityPrincipalsCriteria class.

В начало

Свойства

  Имя Описание
Открытое свойство All Gets or sets a value that indicates whether all users criteria are used.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство FunctionPrivilege Gets or sets the function privilege result type.
Открытое свойство HierarchyMemberPrivilege Gets or sets the hierarchy member privilege result type.
Открытое свойство Identifiers Gets or sets an array of user criteria.
Открытое свойство ModelPrivilege Gets or sets the model privilege result type.
Открытое свойство ResultType Gets or sets the principal result type.
Открытое свойство SecurityResolutionType Gets or sets resolution of effective privileges.
Открытое свойство Type Gets or sets the type of the principal.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices