訓練
模組
Create and architect with functions in F# - Training
Learn what functions are and how to define and call them. In addition, use function patterns to architect with functions.
Table.ViewFunction(function as function) as function
根據 function
建立檢視函式,該函式可在 Table.View所建立的檢視中處理。
Table.View 的 OnInvoke
處理程式可以用來為檢視函式定義一個處理程式。
與內建作業的處理常式相同,若沒有指定 OnInvoke
處理常式,或是該處理常式不會處理檢視函式,或是處理常式引發錯誤,則會在檢視的頂端套用 function
。
如需 Table.View 和自定義檢視函式的更完整描述,請參閱已發佈的 Power Query 自定義連接器檔。
訓練
模組
Create and architect with functions in F# - Training
Learn what functions are and how to define and call them. In addition, use function patterns to architect with functions.