CreatePartitionFunctionStatement.Range Property
Gets or sets the boundary side for boundary values.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Range As PartitionFunctionRange
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
Returns a PartitionFunctionRange enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.