ISql90PartitionFunction.Range Property
Gets or sets the valid range for the partition function.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Range As SqlPartitionRange
SqlPartitionRange Range { get; set; }
property SqlPartitionRange Range {
SqlPartitionRange get ();
void set (SqlPartitionRange value);
}
abstract Range : SqlPartitionRange with get, set
function get Range () : SqlPartitionRange
function set Range (value : SqlPartitionRange)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlPartitionRange
.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.