Proprietà FunctionType
Gets the type of function.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FunctionType As ExpressionNodeFunction..::..Function
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNodeFunction. . :: . .Function
A ExpressionNodeFunction..::..Function value that specifies the type of function.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche