共用方式為


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 命名空間