Compartilhar via


Propriedade do RDL ExpressionNodeFunction.FunctionType

Gets the type of function.

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

Sintaxe

'Declaração
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 da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

ExpressionNodeFunction Classe

Namespace Microsoft.SqlServer.Management.Dmf