Compartilhar via


WindowsAccessControlEntry class

Fornece classes derivadas da classe IndividualAccessControlEntry e representa os direitos de acesso para um objeto de confiança do Windows (usuário, grupo ou conta de serviço) para realizar as implementações específicas do aplicativo Business Data Connectivity (BDC) service tarefas comuns.

Hierarquia de herança

System.Object
  Microsoft.SharePoint.BusinessData.Infrastructure.IndividualAccessControlEntry
    Microsoft.SharePoint.BusinessData.Infrastructure.WindowsAccessControlEntry

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class WindowsAccessControlEntry _
    Inherits IndividualAccessControlEntry
'Uso
Dim instance As WindowsAccessControlEntry
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class WindowsAccessControlEntry : IndividualAccessControlEntry

Segurança do thread

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

WindowsAccessControlEntry members

Microsoft.SharePoint.BusinessData.Infrastructure namespace