ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、SAS Data Sets の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにSAS Data Sets から関連するレスポンスデータを返します。
CData Power BI Connector for SAS Data Sets ストアドプロシージャ
| Name | Description |
| DeleteFile | Delete a file from a local or cloud storage. |
| DownloadFile | Download a file. |
| GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with storage sources using OAuth. |
| GetOAuthAuthorizationURL | Obtains the OAuth authorization URL used for authentication with storage sources using OAuth. |
| RefreshOAuthAccessToken | Exchanges a refresh token for a new access token. |
| UploadFile | Upload file to destination. |