Table of Contents

Enum SqlPermissionState

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The SQL permission state.

public enum SqlPermissionState

Fields

Deny = 1

The permission state is deny.

Grant = 2

The permission state is grant.

GrantWithGrant = 4

The permission state is grant with grant.

Revoke = 3

The permission state is revoke.

Unknown = 0

The permission state is unknown.