Свойство IsDatePartFunction

Gets a value that indicates whether the function is a date-and-time parts function (for example, DATEDIFF, DATEPART, and so on).

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsDatePartFunction As Boolean
    Get
'Применение
Dim instance As IBuiltInFunction
Dim value As Boolean

value = instance.IsDatePartFunction
bool IsDatePartFunction { get; }
property bool IsDatePartFunction {
    bool get ();
}
abstract IsDatePartFunction : bool
function get IsDatePartFunction () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if the function is a date-and-time parts function; otherwise, false.