SecurityPrincipalsCriteria Class
Represents the security principal criteria to be used with security get operations.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.SecurityPrincipalsCriteria
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SecurityPrincipalsCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SecurityPrincipalsCriteria _
Inherits DataContractBase
'Usage
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
The SecurityPrincipalsCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecurityPrincipalsCriteria | Initializes a new instance of the SecurityPrincipalsCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
All | Gets or sets a value that indicates whether all users criteria are used. | |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from 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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.