共用方式為


PhysicalPartition.RangeType 屬性

Gets or sets the type of range.

命名空間:  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
A RangeType value that specifies the way in which the partition range is divided.

請參閱

參考

PhysicalPartition 類別

Microsoft.SqlServer.Management.Smo 命名空間