Share via


RangeType-Eigenschaft

Gets or sets the placement of boundary values in relation to the interval.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property RangeType As RangeType
    Get
    Set
'Usage
Dim instance As PartitionFunction
Dim value As RangeType

value = instance.RangeType

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

Eigenschaftenwert

Typ: Microsoft.SqlServer.Management.Smo. . :: . .RangeType
A RangeType object that represents the range type.