다음을 통해 공유


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 네임스페이스