Свойство RangeType

Gets or sets the type of range.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property RangeType As RangeType
    Get
    Set
'Применение
Dim instance As PhysicalPartition
Dim value As RangeType

value = instance.RangeType

instance.RangeType = value
[SfcPropertyAttribute]
public RangeType RangeType { get; set; }
[SfcPropertyAttribute]
public:
property RangeType RangeType {
    RangeType get ();
    void set (RangeType value);
}
[<SfcPropertyAttribute>]
member RangeType : RangeType with get, set
function get RangeType () : RangeType
function set RangeType (value : RangeType)

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo. . :: . .RangeType
A RangeType value that specifies the way in which the partition range is divided.