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 | |
---|---|---|
FunctionPrivilege() | Initializes a new instance of the FunctionPrivilege class with default values. | |
FunctionPrivilege(Identifier, PrincipalType, FunctionalArea) | Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, and function. | |
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 | |
---|---|---|
AuditInfo | Gets or sets the audit information. | |
Function | Gets or sets the functional area assigned to the security principal. | |
Identifier | Gets or sets the identifier of the function permissions. | |
IsAuthorized | Gets or sets a value that indicates whether the functional privilege is authorized. | |
PrincipalId | Gets or sets the identifier of the principal. | |
PrincipalType | Gets or sets the type of the principal. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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