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 | |
|---|---|---|
![]() |
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. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AuditInfo | AuditInfo complex type |
![]() |
Function | The FunctionalArea assigned to the security principal. |
![]() |
Identifier | The Identifier of the function privilege assignment. |
![]() |
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). |
![]() |
PrincipalId | Gets or sets the Identifier of the Principal in the function privilege assignment. |
![]() |
PrincipalType | Gets or sets the Identifier of the Principal in the function privilege assignment. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
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.
.gif)
.gif)
.gif)