SecurityPrivileges Class

Definition

Specifies a set of security privilege assignments at the function, model object, and member levels.

public ref class SecurityPrivileges : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SecurityPrivileges", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrivileges : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SecurityPrivileges", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivileges = class
    inherit DataContractBase
Public Class SecurityPrivileges
Inherits DataContractBase
Inheritance
SecurityPrivileges
Attributes

Constructors

SecurityPrivileges()

Initializes a new instance of the SecurityPrivileges class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
FunctionPrivileges

Gets or sets the list of function privileges.

HierarchyMemberPrivileges

Gets or sets the list of hierarchy member privileges.

ModelPrivileges

Gets or sets the list of model privileges.

Applies to