SetOffsets 列挙型

定義

SET OFFSETS ステートメントで使用されるさまざまな種類のキーワード。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
[System.Serializable]
public enum SetOffsets
[<System.Flags>]
[<System.Serializable>]
type SetOffsets = 
Public Enum SetOffsets
継承
SetOffsets
属性

フィールド

名前 説明
None 0
Select 1
From 2
Order 4
Compute 8
Table 16
Procedure 32
Execute 64
Statement 128
Param 256

適用対象