ModelPrivilege Class
Represents object-level privilege to the MDS.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.ModelPrivilege
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ModelPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class ModelPrivilege
'Usage
Dim instance As ModelPrivilege
[DataContractAttribute(Name = "ModelPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class ModelPrivilege
[DataContractAttribute(Name = L"ModelPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ModelPrivilege sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "ModelPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelPrivilege =  class end
public final class ModelPrivilege
The ModelPrivilege type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ModelPrivilege | Initializes a new instance of the ModelPrivilege class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AuditInfo | Gets or sets an AuditInfo complex type. | 
| .gif) | Identifier | Gets or sets an Identifier complex type. | 
| .gif) | IsModelAdministrator | Gets or sets a value indicating whether the user’s effective permission for the model is model administrator. | 
| .gif) | ModelId | Gets or sets the Model to be privileged Identifier complex type. | 
| .gif) | ObjectId | Gets or sets an Identifier complex type. | 
| .gif) | ObjectType | Gets or sets a ModelObjectTypes simple type. | 
| .gif) | Permission | Gets or sets a Permission simple type. | 
| .gif) | PrincipalId | Gets or sets an Identifier complex type. | 
| .gif) | PrincipalType | Gets or sets a PrincipalType simple type. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.