Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |