Compartilhar via


Propriedade do RDL CreatePartitionFunctionStatement.Range

Gets or sets the boundary side for boundary values.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Range As PartitionFunctionRange 
    Get 
    Set
'Uso
Dim instance As CreatePartitionFunctionStatement 
Dim value As PartitionFunctionRange 

value = instance.Range

instance.Range = value
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 da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionFunctionRange
The boundary side for boundary values.

Consulte também

Referência

CreatePartitionFunctionStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom