Call a user defined function for each document value
If a user defined function is declared with N arguments, then the function is callable with N arguments only.
ユーザ定義関数が N 変数で宣言された場合, その関数は, N 変数での呼び出しのみが許される.
If you use a category name that is that same a built-in name, Excel will map the user defined function to that built-in category.
組み込みの名前と同じ名前を使用した場合は、ユーザー定義関数がその組み込みの分類にマッピングされます。
The macro name or the name of a user defined function (UDF).
You can also use this method to display a user defined function (UDF) in a built-in or new category within the Insert Function dialog box.
このメソッドを使用すると、[ 関数の挿入 ] ダイアログ ボックスの組み込みの分類または新しい分類にユーザー定義関数 (UDF) を追加することもできます。
User defined function parameters and return values are now cached.
ユーザ定義関数のパラメータと戻り値は、キャッシュされるようになりました。
Registers a "regular" User Defined Function for use in SQL statements
SQLステートメントで使用するために"通常の"ユーザ定義関数を登録する
Brad Larson Answer #1 a User Defined Function is an important tool available to a sql server programmer.
Brad Larson Answer #1 ユーザー定義関数は、SQLサーバープログラマーにとって重要なツールです。
OLAP PivotTable User Defined Function (UDF) security setting
OLAP ピボットテーブルのユーザー定義関数のセキュリティ設定
The following error types cannot be handled with a user defined function
To call a user defined function in the global namespace,::foo() has to be used.
グローバル名前空間にあるユーザ定義の関数をコールするには、::foo() とする必要があります。
A transformation is a function which defines a mapping from one Oracle data type to another. The transformation is represented by a SQL function or user defined function that takes the source data type as input and returns an object of the target data type.
変換は、Oracleデータのあるタイプから別のタイプへのマッピングを定義する機能です。変換は、ソース・データ・タイプを入力としてとり、ターゲット・データ・タイプのオブジェクトを戻すSQLファンクションまたはユーザー定義ファンクションによって表されます。