SecurityDeleteCriteria Class
Defines the data contract for the security result criteria.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.SecurityDeleteCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SecurityGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityDeleteCriteria
'Usage
Dim instance As SecurityDeleteCriteria
[DataContractAttribute(Name = "SecurityGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityDeleteCriteria
[DataContractAttribute(Name = L"SecurityGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityDeleteCriteria sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityDeleteCriteria = class end
public final class SecurityDeleteCriteria
The SecurityDeleteCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecurityDeleteCriteria | Initializes a new instance of the SecurityDeleteCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
FunctionPrivileges | Gets or sets the list of identifiers for function privileges. | |
Groups | Gets or sets whether Groups criteria are used. | |
HierarchyMemberPrivileges | Gets or sets the list of identifiers for hierarchy member privileges. | |
ModelPrivileges | Gets or sets the list of identifiers for model privileges. | |
Users | Gets or sets whether Users criteria is used. |
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.