Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.