GridParameterType 枚举
Specifies the types of grid parameters.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration GridParameterType
用法
Dim instance As GridParameterType
public enum GridParameterType
public enum class GridParameterType
type GridParameterType
public enum GridParameterType
成员
成员名称 | 说明 | |
---|---|---|
Level1 | The Type is Level1. | |
Level2 | The Type is Level2. | |
Level3 | The Type is Level3. | |
Level4 | The Type is Level4. | |
None | The Type is None. |