SecurityPrivilegesDeleteCriteria Class
Represents a complex type that specifies criteria for deleting security privileges.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivilegesDeleteCriteria
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SecurityPrivilegesDeleteCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityPrivilegesDeleteCriteria
'Usage
Dim instance As SecurityPrivilegesDeleteCriteria
[DataContractAttribute(Name = "SecurityPrivilegesDeleteCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrivilegesDeleteCriteria
[DataContractAttribute(Name = L"SecurityPrivilegesDeleteCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrivilegesDeleteCriteria sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityPrivilegesDeleteCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivilegesDeleteCriteria =  class end
public final class SecurityPrivilegesDeleteCriteria
The SecurityPrivilegesDeleteCriteria type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | SecurityPrivilegesDeleteCriteria | Initializes a new instance of the SecurityPrivilegesDeleteCriteria class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | FunctionPrivileges | Gets or sets whether function privileges should be deleted. | 
| .gif) | HierarchyMemberPrivileges | Gets or sets whether hierarchy member privileges should be deleted. | 
| .gif) | ModelPrivileges | Gets or sets whether model privileges should be deleted. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | 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.