指定集合偏移。
此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。
命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
语法
声明
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration SetOffsets
[SerializableAttribute]
[FlagsAttribute]
public enum SetOffsets
[SerializableAttribute]
[FlagsAttribute]
public enum class SetOffsets
[<SerializableAttribute>]
[<FlagsAttribute>]
type SetOffsets
public enum SetOffsets
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | 偏移为 None | |
| Select | 偏移为 Select | |
| From | 偏移为 From | |
| Order | 偏移为 Order | |
| Compute | 偏移为 Compute | |
| Table | 偏移为 Table | |
| Procedure | 偏移为 Procedure | |
| Execute | 偏移为 Execute | |
| Statement | 偏移为 Statement | |
| Param | 偏移为 Param |