RangeType 枚举

The RangeType enumeration contains values that are used to specify the type range.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration RangeType
用法
Dim instance As RangeType
public enum RangeType
public enum class RangeType
type RangeType
public enum RangeType

成员

成员名称 说明
None No range.
Left The left range.
Right The right range.

注释

The RangeType enumeration class is served by the RangeType property.