FunctionPrivilegesCriteria 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 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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |