Partager via


Propriété IsDatePartFunction

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsDatePartFunction As Boolean
    Get
'Utilisation
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

Valeur de propriété

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