Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
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);
}
public function get Range () : PartitionFunctionRange
public 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.
See Also
Reference
CreatePartitionFunctionStatement Class