Compartir a través de


ISql90PartitionFunction.Range (Propiedad)

Obtiene o establece el intervalo válido para la función de partición.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90PartitionFunction Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)