Compartilhar via


Propriedade CreatePartitionFunctionStatement.Range

Obtém ou define o lado de limite para os valores de limite.

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

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
Retorna um PartitionFunctionRange valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

CreatePartitionFunctionStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql