次の方法で共有


WindowDelimiterType 列挙体

ウィンドウの境界の種類を指定します。

名前空間:  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 現在の行は境界です。
UnboundedFollowing グループの末尾へのすべての行。
UnboundedPreceding グループの先頭からのすべての行。
ValueFollowing 関連付けられている式は、現在の行の後に境界を指定します。
ValuePreceding 関連付けられている式は、現在の行の前に境界を指定します。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間