Partager via


Propriété CreatePartitionFunctionStatement.Range

Gets or sets the boundary side for boundary values.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Range As PartitionFunctionRange 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

CreatePartitionFunctionStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom