RangeType Enumeración
The RangeType enumeration contains values that are used to specify the type range.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration RangeType
'Uso
Dim instance As RangeType
public enum RangeType
public enum class RangeType
type RangeType
public enum RangeType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| None | No range. | |
| Left | The left range. | |
| Right | The right range. |