FunctionPrivilege Class
Specifies a function privilege security assignment for a user or group.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
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 _
Inherits DataContractBase
'Usage
Dim instance As FunctionPrivilege
[DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FunctionPrivilege : DataContractBase
[DataContractAttribute(Name = L"FunctionPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilege : public DataContractBase
[<DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilege =
class
inherit DataContractBase
end
public class FunctionPrivilege extends DataContractBase
The FunctionPrivilege type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FunctionPrivilege | Initializes a new instance of the FunctionPrivilege class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets auditing information. | |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) | |
Function | Gets or sets the FunctionalArea assigned to the security principal. | |
Identifier | Gets or sets the ID of the function privilege assignment. | |
IsAuthorized | Gets or sets a value that indicates whether the function is assigned to the principal. | |
PrincipalId | Gets or sets the ID of the principal in the function privilege assignment. | |
PrincipalType | Gets or sets the type of the principal in the function privilege assignment. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.