CheckPermissionOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NoCheck | 0 | Permissions are not checked. |
InsertCheck | 1 | Permissions are checked before applying INSERT statements at the Publisher. |
UpdateCheck | 2 | Permissions are checked before applying UPDATE statements at the Publisher. |
DeleteCheck | 4 | Permissions are checked before applying DELETE 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.