SecurityPrivileges 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.
The privilege levels in MDS.
public ref class SecurityPrivileges sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SecurityPrivileges", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrivileges : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SecurityPrivileges", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivileges = class
inherit DataContractBase
Public NotInheritable Class SecurityPrivileges
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The SecurityPrivileges complex type specifies a set of security privilege assignments at the function, model object, and member levels.
Constructors
SecurityPrivileges() |
Default constructor for the SecurityPrivileges. |
Properties
FunctionPrivileges |
Specifies the list of FunctionPrivilege. |
HierarchyMemberPrivileges |
Specifies the list of HierarchyMemberPrivilege. |
ModelPrivileges |
Specifies the list of ModelPrivilege. |
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. |