IBuiltInFunction.IsDatePartFunction Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

bool IsDatePartFunction { get; }
property bool IsDatePartFunction {
    bool get();
}
abstract IsDatePartFunction : bool with get
ReadOnly Property IsDatePartFunction As Boolean

Property Value

Type: System.Boolean

true if the function is a date-and-time parts function; otherwise, false.

See Also

IBuiltInFunction Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top