PartitionFunction.RangeType プロパティ

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

名前空間:  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
範囲の種類を表す RangeType オブジェクト。

使用例

ファイルとファイル グループを使用したデータの格納

関連項目

参照

PartitionFunction クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE PARTITION FUNCTION (Transact-SQL)