共用方式為


WindowDelimiterType 列舉

Specifies the type of a window boundary.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Enumeration WindowDelimiterType
'用途
Dim instance As WindowDelimiterType
public enum WindowDelimiterType
public enum class WindowDelimiterType
type WindowDelimiterType
public enum WindowDelimiterType

成員

成員名稱 說明
CurrentRow The current row is the boundary.
UnboundedFollowing All rows to the end of a group.
UnboundedPreceding All rows from the beginning of a group.
ValueFollowing The associated expression determines the boundary after the current row.
ValuePreceding The associated expression determines the boundary before the current row.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間