Share via


ExpressionNodeFunction.ReturnType Property

Gets the type that is returned by the function.

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

Syntax

'Declaration
Public ReadOnly Property ReturnType As TypeClass
    Get
'Usage
Dim instance As ExpressionNodeFunction
Dim value As TypeClass

value = instance.ReturnType
public TypeClass ReturnType { get; }
public:
property TypeClass ReturnType {
    TypeClass get ();
}
member ReturnType : TypeClass
function get ReturnType () : TypeClass

Property Value

Type: Microsoft.SqlServer.Management.Dmf.TypeClass
A TypeClass value that specifies the type of object that is returned by the function.

Remarks

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