SetOffsets 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.
The various types of keywords used in SET OFFSETS statement.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
[System.Serializable]
public enum SetOffsets
[<System.Flags>]
[<System.Serializable>]
type SetOffsets =
Public Enum SetOffsets
- Inheritance
-
SetOffsets
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Select | 1 | |
From | 2 | |
Order | 4 | |
Compute | 8 | |
Table | 16 | |
Procedure | 32 | |
Execute | 64 | |
Statement | 128 | |
Param | 256 |