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 criteria for model privileges.
public ref class ModelPrivilegesCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ModelPrivilegesCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelPrivilegesCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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
Constructors
ModelPrivilegesCriteria() |
Initializes a new instance of the ModelPrivilegesCriteria class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
Identifiers |
Gets or sets an array that contains the model privilege identifiers. |
ModelId |
Gets or sets the model ID. |
ObjectId |
Gets or sets the object ID. |
Permission |
Gets or sets the Permission value to filter the results. |
PrincipalId |
Gets or sets the principal ID value that is used to filter the results. |
PrincipalType |
Gets or sets the PrincipalType value that is used to filter the results. |
ResultType |
Gets or sets the ResultType for the criteria. |