Partilhar via


Propriedade ISql90PartitionFunction.Range

Obtém ou define o intervalo válido para a função de partição.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property Range As SqlPartitionRange
    Get
    Set
SqlPartitionRange Range { get; set; }
property SqlPartitionRange Range {
    SqlPartitionRange get ();
    void set (SqlPartitionRange value);
}
abstract Range : SqlPartitionRange with get, set
function get Range () : SqlPartitionRange
function set Range (value : SqlPartitionRange)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlPartitionRange

Segurança do .NET Framework

Consulte também

Referência

ISql90PartitionFunction Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel