ExpressionNodeFunction.ReturnType-Eigenschaft
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Dmf.TypeClass
A TypeClass value that specifies the type of object that is returned by the function.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.