Compartir a través de


Clase FunctionPrivilege

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "FunctionPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class FunctionPrivilege
'Uso
Dim instance As FunctionPrivilege
[DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class FunctionPrivilege
[DataContractAttribute(Name = L"FunctionPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilege sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilege =  class end
public final class FunctionPrivilege

El tipo FunctionPrivilege expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo AuditInfo complex type
Propiedad pública Function The FunctionalArea assigned to the security principal.
Propiedad pública Identifier The Identifier of the function privilege assignment.
Propiedad pública IsAuthorized Gets or sets a value indicating whether the function is assigned to the principal. Function privileges are either on or off (authorized or not authorized).
Propiedad pública PrincipalId Gets or sets the Identifier of the Principal in the function privilege assignment.
Propiedad pública PrincipalType Gets or sets the Identifier of the Principal in the function privilege assignment.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.