Compartir a través de


Clase FunctionPrivilege

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

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.FunctionPrivilege

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

Sintaxis

'Declaración
<DataContractAttribute(Name := "FunctionPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FunctionPrivilege _
    Inherits DataContractBase
'Uso
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

El tipo FunctionPrivilege expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público FunctionPrivilege Initializes a new instance of the FunctionPrivilege class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets auditing information.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Function Gets or sets the FunctionalArea assigned to the security principal.
Propiedad pública Identifier Gets or sets the ID of the function privilege assignment.
Propiedad pública IsAuthorized Gets or sets a value that indicates whether the function is assigned to the principal.
Propiedad pública PrincipalId Gets or sets the ID of the principal in the function privilege assignment.
Propiedad pública PrincipalType Gets or sets the type 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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices