PhysicalPartition.RangeType プロパティ

範囲の種類を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RangeType As RangeType 
    Get 
    Set
'使用
Dim instance As PhysicalPartition 
Dim value As RangeType 

value = instance.RangeType

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.RangeType
パーティション範囲の分割方法を示す RangeType 値です。

関連項目

参照

PhysicalPartition クラス

Microsoft.SqlServer.Management.Smo 名前空間