Перечисление ExpressionNodeFunction.Function

The ExpressionNodeFunction.Function enumeration contains values that represent the different types of supported functions.

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

Синтаксис

'Декларация
Public Enumeration Function
'Применение
Dim instance As ExpressionNodeFunction.[Function]
public enum Function
public enum class Function
type Function
public enum Function

Элементы

Имя элемента Описание
Add Adds object values.
Array Creates an array.
Avg Finds the average of specified values.
BitwiseAnd Performs a logical AND operation with given values.
BitwiseOr Performs a logical OR operation with given values.
Concatenate Concatenates two values.
Count Counts the number of given values.
DateAdd Adds time to a date.
DatePart Extracts part of a date, such as the month.
DateTime Creates a date and time value.
Divide Divides one value by another.
Enum Enumerates a list.
Escape Adds escape character or characters.
ExecuteSql Executes a Transact-SQL statement.
ExecuteWql Executes a WQL statement.
False Tests whether an expression is false.
GetDate Returns a date.
Guid Specifies a GUID value.
IsNull Tests to see if an argument is null.
Len Returns the length of a string.
Lower Returns the lower value.
Mod Returns the modulus.
Multiply Multiplies values.
Power Returns a value raised to the specified power.
Round Returns a rounded value.
String Converts the specified value to a string.
Subtract Subtract one value from another.
Sum Returns the sum of the specified values.
True Tests if the given expression is true.
Upper Returns the upper value.

Замечания

The ExpressionNodeFunction.Function enumeration class is served by the ReturnType property.

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Dmf