Clase FunctionPrivilege
Specifies a function privilege security assignment for a user or group.
Jerarquía de herencia
System. . :: . .Object
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 _
Implements IExtensibleDataObject
'Uso
Dim instance As FunctionPrivilege
[DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FunctionPrivilege : IExtensibleDataObject
[DataContractAttribute(Name = L"FunctionPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilege : IExtensibleDataObject
[<DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilege =
class
interface IExtensibleDataObject
end
public class FunctionPrivilege implements IExtensibleDataObject
El tipo FunctionPrivilege expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
FunctionPrivilege | Initializes a new instance of the FunctionPrivilege class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets auditing information. | |
ExtensionData | Gets or sets an object that contains extra data. | |
Function | Gets or sets the FunctionalArea assigned to the security principal. | |
Identifier | Gets or sets the ID of the function privilege assignment. | |
IsAuthorized | Gets or sets a value that indicates whether the function is assigned to the principal. | |
PrincipalId | Gets or sets the ID of the principal in the function privilege assignment. | |
PrincipalType | Gets or sets the type 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.