FunctionPrivilege Class

Specifies a function privilege security assignment for a user or group.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.FunctionPrivilege

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "FunctionPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FunctionPrivilege _
    Implements IExtensibleDataObject
'Usage
Dim instance As FunctionPrivilege
[DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FunctionPrivilege : IExtensibleDataObject
[DataContractAttribute(Name = L"FunctionPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilege : IExtensibleDataObject
[<DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilege =  
    class
        interface IExtensibleDataObject
    end
public class FunctionPrivilege implements IExtensibleDataObject

The FunctionPrivilege type exposes the following members.

Constructors

  Name Description
Public method FunctionPrivilege Initializes a new instance of the FunctionPrivilege class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets auditing information.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property Function Gets or sets the FunctionalArea assigned to the security principal.
Public property Identifier Gets or sets the ID of the function privilege assignment.
Public property IsAuthorized Gets or sets a value that indicates whether the function is assigned to the principal.
Public property PrincipalId Gets or sets the ID of the principal in the function privilege assignment.
Public property PrincipalType Gets or sets the type of the principal in the function privilege assignment.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.