次の方法で共有


RangeType プロパティ

間隔と関連した境界値の配置を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property RangeType As RangeType
    Get
    Set
'使用
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)

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .RangeType
範囲の種類を表す RangeType オブジェクト。