Compartilhar via


Classe FunctionPrivilege

Defines a data contract for the function permissions.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.FunctionPrivilege

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "FunctionPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class FunctionPrivilege _
    Inherits DataContractBase
'Uso
Dim instance As FunctionPrivilege
[DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class FunctionPrivilege : DataContractBase
[DataContractAttribute(Name = L"FunctionPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilege sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilege =  
    class 
        inherit DataContractBase 
    end
public final class FunctionPrivilege extends DataContractBase

O tipo FunctionPrivilege expõe os membros a seguir.

Construtores

  Nome Descrição
Método público FunctionPrivilege() Initializes a new instance of the FunctionPrivilege class with default values.
Método público FunctionPrivilege(Identifier, PrincipalType, FunctionalArea) Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, and function.
Método público FunctionPrivilege(Identifier, PrincipalType, FunctionalArea, Boolean) Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, function, and authorization.

Início

Propriedades

  Nome Descrição
Propriedade pública AuditInfo Gets or sets the audit information.
Propriedade pública Function Gets or sets the functional area assigned to the security principal.
Propriedade pública Identifier Gets or sets the identifier of the function permissions.
Propriedade pública IsAuthorized Gets or sets a value that indicates whether the functional privilege is authorized.
Propriedade pública PrincipalId Gets or sets the identifier of the principal.
Propriedade pública PrincipalType Gets or sets the type of the principal.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts