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
成員
成員名稱 | 說明 | |
---|---|---|
ExecuteSql | Executes a Transact-SQL statement. | |
ExecuteWql | Executes a WQL statement. | |
GetDate | Returns a date. | |
DateAdd | Adds time to a date. | |
DatePart | Extracts part of a date, such as the month. | |
Sum | Returns the sum of the specified values. | |
Avg | Finds the average of specified values. | |
Count | Counts the number of given values. | |
Len | Returns the length of a string. | |
IsNull | Tests to see if an argument is null. | |
Array | Creates an array. | |
Add | Adds object values. | |
Subtract | Subtract one value from another. | |
Multiply | Multiplies values. | |
Divide | Divides one value by another. | |
BitwiseAnd | Performs a logical AND operation with given values. | |
BitwiseOr | Performs a logical OR operation with given values. | |
Power | Returns a value raised to the specified power. | |
Mod | Returns the modulus. | |
Round | Returns a rounded value. | |
Enum | Enumerates a list. | |
DateTime | Creates a date and time value. | |
String | Converts the specified value to a string. | |
True | Tests if the given expression is true. | |
False | Tests whether an expression is false. | |
Guid | Specifies a GUID value. | |
Upper | Returns the upper value. | |
Lower | Returns the lower value. | |
Concatenate | Concatenates two values. | |
Escape | Adds escape character or characters. |
備註
The ExpressionNodeFunction..::..Function enumeration class is served by the ReturnType property.
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。