SecurityDeleteCriteria Class

Definition

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
SecurityDeleteCriteria
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to