Compartir a través de


IsDatePartFunction Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property IsDatePartFunction As Boolean
    Get
'Uso
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

Valor de la propiedad

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