Language

SecurityPrivilegesGetCriteria Class

Definition

Represents the data contract for security privileges retrieval criteria in the Master Data Services API. This class cannot be inherited.

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

Constructors

Name Description
SecurityPrivilegesGetCriteria()

Initializes a new instance of the SecurityPrivilegesGetCriteria class.

Properties

Name Description
FunctionPrivilegesCriteria

Specifies the criteria for filtering function privileges.

HierarchyMemberPrivilegesCriteria

Specifies the criteria for filtering hierarchy member privileges.

ModelPrivilegesCriteria

Specifies the criteria for filtering model privileges.

Methods

Name Description
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)
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)

Applies to