BoundingBoxParameterType Enumeration
Specifies the types of bounding box parameter.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration BoundingBoxParameterType
'Usage
Dim instance As BoundingBoxParameterType
public enum BoundingBoxParameterType
public enum class BoundingBoxParameterType
type BoundingBoxParameterType
public enum BoundingBoxParameterType
Members
Member name | Description | |
---|---|---|
None | The parameter is None. | |
XMax | The parameter is XMax. | |
XMin | The parameter is XMin. | |
YMax | The parameter is YMax. | |
YMin | The parameter is YMin. |