Partager via


Propriété PhysicalPartition.RangeType

Gets or sets the type of range.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RangeType As RangeType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.RangeType
A RangeType value that specifies the way in which the partition range is divided.

Voir aussi

Référence

PhysicalPartition Classe

Espace de noms Microsoft.SqlServer.Management.Smo