CheckPermissionOptions Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class CheckPermissionOptions
[System.Flags]
public enum CheckPermissionOptions
[<System.Flags>]
type CheckPermissionOptions = 
Public Enum CheckPermissionOptions
Inheritance
CheckPermissionOptions
Attributes

Fields

DeleteCheck 4

Permissions are checked before applying DELETE statements at the Publisher.

InsertCheck 1

Permissions are checked before applying INSERT statements at the Publisher.

NoCheck 0

Permissions are not checked.

UpdateCheck 2

Permissions are checked before applying UPDATE statements at the Publisher.

Remarks

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.

Applies to