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.