Share via


ExpressionNodeFunction.FunctionType Property

Gets the type of function.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property FunctionType As ExpressionNodeFunction.Function 
    Get
'Usage
Dim instance As ExpressionNodeFunction 
Dim value As [ExpressionNodeFunction.Function]

value = instance.FunctionType
public ExpressionNodeFunction.Function FunctionType { get; }
public:
property ExpressionNodeFunction.Function FunctionType {
    ExpressionNodeFunction.Function get ();
}
member FunctionType : ExpressionNodeFunction.Function
function get FunctionType () : ExpressionNodeFunction.Function

Property Value

Type: Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction.Function
A ExpressionNodeFunction.Function value that specifies the type of function.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

ExpressionNodeFunction Class

Microsoft.SqlServer.Management.Dmf Namespace