PartitionFunction.RangeType 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property RangeType As RangeType 
    Get 
    Set
用法
Dim instance As PartitionFunction 
Dim value As RangeType 

value = instance.RangeType

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

属性值

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

示例

使用文件组和文件存储数据

请参阅

参考

PartitionFunction 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE PARTITION FUNCTION (Transact-SQL)