Compartir a través de


ExpressionNodeFunction.FunctionType Propiedad

Gets the type of function.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public ReadOnly Property FunctionType As ExpressionNodeFunction.Function 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

ExpressionNodeFunction Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf