ModelPrivilegesCriteria 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 model privilege criteria.
public ref class ModelPrivilegesCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ModelPrivilegesCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelPrivilegesCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ModelPrivilegesCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelPrivilegesCriteria = class
inherit DataContractBase
Public Class ModelPrivilegesCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The ModelPrivilegesCriteria specifies the model privilege criteria.
Constructors
ModelPrivilegesCriteria() |
Default constructor for the ModelPrivilegesCriteria. |
Properties
AccessPermission |
Filters the privileges based on the specified AccessPermissionType. |
Identifiers |
Specifies to true if Identifier are used. |
ModelId |
Filters the privileges based on the specified principal Identifier. |
ObjectId |
Specifies the Model object Identifier. |
Permission |
Filters the privileges based on the specified PermissionType. |
PrincipalId |
Filters the privileges based on the specified principal Identifier. |
PrincipalType |
Filters the privileges based on the specified PrincipalType. |
ResultType |
Specifies the ResultType for the criteria. |
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. |