Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the partition function ranges.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration PartitionFunctionRange
'Usage
Dim instance As PartitionFunctionRange
public enum PartitionFunctionRange
public enum class PartitionFunctionRange
type PartitionFunctionRange
public enum PartitionFunctionRange
Members
| Member name | Description | |
|---|---|---|
| Left | The range is Left. | |
| NotSpecified | The range is NotSpecified. | |
| Right | The range is Right. |