Énumération RangeType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration RangeType
'Utilisation
Dim instance As RangeType
public enum RangeType
public enum class RangeType
type RangeType
public enum RangeType

Membres

Nom de membre Description
Left The left range.
None No range.
Right The right range.

Notes

The RangeType enumeration class is served by the RangeType property.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo