SecurityDeleteCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies criteria for deleting security objects.
public ref class SecurityDeleteCriteria sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SecurityGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityDeleteCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SecurityGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityDeleteCriteria = class
inherit DataContractBase
Public NotInheritable Class SecurityDeleteCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
SecurityDeleteCriteria() |
Default constructor for the SecurityDeleteCriteria. |
Properties
FunctionPrivileges |
Specifies the identifiers of FunctionPrivileges to delete. |
Groups |
Specifies the identifiers of Groups to delete. |
HierarchyMemberPrivileges |
Specifies the identifiers of HierarchyMemberPrivileges to delete. |
ModelPrivileges |
Specifies the identifiers of ModelPrivileges to delete. |
Users |
Specifies the identifiers of Users to delete. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |