Share via


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.