CreatePartitionFunctionStatement.Range (Propiedad)

Obtiene o establece el lado del límite para los valores de límite.

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

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
Devuelve un valor de enumeración PartitionFunctionRange.

Seguridad de .NET Framework

Vea también

Referencia

CreatePartitionFunctionStatement Clase

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