Compartir a través de


Enumeración RangeType

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
Left The left range.
None No range.
Right The right range.

Comentarios

The RangeType enumeration class is served by the RangeType property.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo