GridParameterType Enumeration
Specifies the types of grid parameters.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration GridParameterType
'Usage
Dim instance As GridParameterType
public enum GridParameterType
public enum class GridParameterType
type GridParameterType
public enum GridParameterType
Members
Member name | Description | |
---|---|---|
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. |