CheckPermissionOptions 枚举

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

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration CheckPermissionOptions
用法
Dim instance As CheckPermissionOptions
[FlagsAttribute]
public enum CheckPermissionOptions
[FlagsAttribute]
public enum class CheckPermissionOptions
[<FlagsAttribute>]
type CheckPermissionOptions
public enum CheckPermissionOptions

成员

成员名称 说明
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.

注释

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.