Compartilhar via


Enumeração CheckPermissionOptions

Enumerates the table-level permissions that are verified when the Merge Agent applies changes at the Publisher.

Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membros.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
<FlagsAttribute> _
Public Enumeration CheckPermissionOptions
'Uso
Dim instance As CheckPermissionOptions
[FlagsAttribute]
public enum CheckPermissionOptions
[FlagsAttribute]
public enum class CheckPermissionOptions
[<FlagsAttribute>]
type CheckPermissionOptions
public enum CheckPermissionOptions

Membros

Nome do membro Descrição
NoCheck Permissions are not checked.
InsertCheck Permissions are checked before applying INSERT statements at the Publisher.
UpdateCheck Permissions are checked before applying UPDATE statements at the Publisher.
DeleteCheck Permissions are checked before applying DELETE statements at the Publisher.

Comentários

The CheckPermissionOptions enumeration supports the FlagsAttribute attribute that allows a bitwise combination of its member values.

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.

Consulte também

Referência