Propriedade do RDL IsDatePartFunction
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 (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the function is a date-and-time parts function; otherwise, false.
Consulte também