FunctionPrivilegesCriteria Class

Definition

Specifies the criteria for function privileges.

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

Remarks

The FunctionPrivilegesCriteria specifies the criteria for function privileges.

Constructors

FunctionPrivilegesCriteria()

Default constructor for the FunctionPrivilegesCriteria.

Properties

Identifiers

Specifies the functional privilege identifiers.

IsAuthorized
Obsolete.

Filters the privileges based on privilege permissions.

PrincipalId

Filters the privileges based on the specified principal identifier.

PrincipalType

Filters the privileges based on the specified principal type.

ResultType

Specifies the principal result type.

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