sqlreader.index_type.h
来自「SQL 类Shell代码生成器 对SQL Server 2005,2008生成」· C头文件 代码 · 共 19 行
H
19 行
public enum class Index_type sealed : System::Byte {
// Hex value is: 00000001
[Description(L"Heap")]
Heap = 1,
// Hex value is: 00000002
[Description(L"Clustered")]
Clustered = 2,
// Hex value is: 00000004
[Description(L"Nonclustered")]
Nonclustered = 4,
// Hex value is: 00000008
[Description(L"XML")]
XML = 8,
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?