WindowDelimiter.WindowDelimiterType 属性

Gets or sets the type of a window boundary.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property WindowDelimiterType As WindowDelimiterType 
    Get 
    Set
用法
Dim instance As WindowDelimiter 
Dim value As WindowDelimiterType 

value = instance.WindowDelimiterType

instance.WindowDelimiterType = value
public WindowDelimiterType WindowDelimiterType { get; set; }
public:
property WindowDelimiterType WindowDelimiterType {
    WindowDelimiterType get ();
    void set (WindowDelimiterType value);
}
member WindowDelimiterType : WindowDelimiterType with get, set
function get WindowDelimiterType () : WindowDelimiterType 
function set WindowDelimiterType (value : WindowDelimiterType)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiterType
The type of a window boundary.

请参阅

参考

WindowDelimiter 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间