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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.