BoundingBoxParameterType 枚举
Specifies the types of bounding box parameter.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration BoundingBoxParameterType
用法
Dim instance As BoundingBoxParameterType
public enum BoundingBoxParameterType
public enum class BoundingBoxParameterType
type BoundingBoxParameterType
public enum BoundingBoxParameterType
成员
成员名称 | 说明 | |
---|---|---|
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. |