Classe FunctionPrivilege
Specifies a function privilege security assignment for a user or group.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..FunctionPrivilege
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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
O tipo FunctionPrivilege expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
FunctionPrivilege | Initializes a new instance of the FunctionPrivilege class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (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.