Freigeben über


CreatePartitionFunctionStatement.Range-Eigenschaft

Ruft die Begrenzungsseite für Begrenzungswerte ab oder legt sie fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Range As PartitionFunctionRange
    Get
    Set
public PartitionFunctionRange Range { get; set; }
public:
property PartitionFunctionRange Range {
    PartitionFunctionRange get ();
    void set (PartitionFunctionRange value);
}
member Range : PartitionFunctionRange with get, set
function get Range () : PartitionFunctionRange
function set Range (value : PartitionFunctionRange)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
Gibt einen PartitionFunctionRange-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

CreatePartitionFunctionStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace