Condividi tramite


Proprietà CreatePartitionFunctionStatement.Range

Ottiene o imposta il lato del limite per i valori limite.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
Restituisce un valore di enumerazione PartitionFunctionRange.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreatePartitionFunctionStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql