SecurityPrivilegesDeleteCriteria Class

Definition

Specifies the criteria for deleting security privileges.

public ref class SecurityPrivilegesDeleteCriteria sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SecurityPrivilegesDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrivilegesDeleteCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SecurityPrivilegesDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivilegesDeleteCriteria = class
    inherit DataContractBase
Public NotInheritable Class SecurityPrivilegesDeleteCriteria
Inherits DataContractBase
Inheritance
SecurityPrivilegesDeleteCriteria
Attributes

Remarks

The SecurityPrivilegesDeleteCriteria specifies the criteria for deleting security privileges.

Constructors

SecurityPrivilegesDeleteCriteria()

Initializes a new instance of the SecurityPrivilegesDeleteCriteria class.

Properties

FunctionPrivileges

Specifies the FunctionPrivilege identifiers for the criteria.

HierarchyMemberPrivileges

Specifies the HierarchyMemberPrivilege identifiers for the criteria.

ModelPrivileges

Specifies the ModelPrivilege identifiers for the criteria.

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