共用方式為


WindowDelimiterType Enum

Definition

Type of a window boundary

public enum WindowDelimiterType
type WindowDelimiterType = 
Public Enum WindowDelimiterType
Inheritance
WindowDelimiterType

Fields

Name Value Description
UnboundedPreceding 0

All rows from the begining of a group

ValuePreceding 1

Assosiated expression determines the boundary before the current row

CurrentRow 2

The current row is the boundary

ValueFollowing 3

Assosiated expression determines the boundary after the current row

UnboundedFollowing 4

All rows to the end of a group

Applies to