FilterNodeFunction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
a function in the filter
[System.Runtime.InteropServices.ComVisible(false)]
public class FilterNodeFunction : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeChildren
[<System.Runtime.InteropServices.ComVisible(false)>]
type FilterNodeFunction = class
inherit FilterNodeChildren
Public Class FilterNodeFunction
Inherits FilterNodeChildren
- Inheritance
- Attributes
Constructors
FilterNodeFunction(FilterNodeFunction+Type, String, FilterNode[]) |
Properties
FunctionType |
function type |
Name |
function name |
NodeType |
type of the node |
ParameterCount |
number of function parameters |
Methods
FuncTypeToString(FilterNodeFunction+Type) | |
GetHashCode() | |
GetParameter(Int32) |
get function parameter by index |
ToString() |