FilterNodeFunction Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a function in the filter.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNode
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNodeChildren
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNodeFunction
| Name | Description | |
|---|---|---|
![]() | FilterNodeFunction(FilterNodeFunction::Type, String^, array<FilterNode^>^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the FilterNodeFunction class. |
| Name | Description | |
|---|---|---|
![]() | FunctionType | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a FilterNodeFunction::Type value that indicates the function type. |
![]() | Name | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the name of the function. |
![]() | NodeType | Gets the type of the node.(Overrides FilterNode::NodeType.) |
![]() | ParameterCount | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the number of parameters in the function. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | FuncTypeToString(FilterNodeFunction::Type) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns the specified FilterNodeFunction::Type as a string. |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides FilterNodeChildren::GetHashCode().) |
![]() | GetParameter(Int32) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the parameter at the specified index. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a string representation of this object.(Overrides FilterNode::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



