Condividi tramite


Enumerazione RangeType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration RangeType
'Utilizzo
Dim instance As RangeType
public enum RangeType
public enum class RangeType
type RangeType
public enum RangeType

Membri

Nome membro Descrizione
Left The left range.
None No range.
Right The right range.

Osservazioni

The RangeType enumeration class is served by the RangeType property.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo