Freigeben über


ExpressionNodeFunction.FunctionType-Eigenschaft

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

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ExpressionNodeFunction Klasse

Microsoft.SqlServer.Management.Dmf-Namespace