次の方法で共有


WindowDelimiter.WindowDelimiterType プロパティ

ウィンドウの境界の種類を取得または設定します。

名前空間:  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
ウィンドウの境界の種類。

関連項目

参照

WindowDelimiter クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間