Expand Minimize
This topic has not yet been rated - Rate this topic

CheckPermissionOptions Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
[FlagsAttribute]
public enum CheckPermissionOptions
Member nameDescription
NoCheckPermissions are not checked.
InsertCheckPermissions are checked before applying INSERT statements at the Publisher.
UpdateCheckPermissions are checked before applying UPDATE statements at the Publisher.
DeleteCheckPermissions are checked before applying DELETE statements at the Publisher.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.