ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Microsoft Power BI XMLA の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMicrosoft Power BI XMLA から関連するレスポンスデータを返します。
CData ODBC Driver for Microsoft Power BI XMLA ストアドプロシージャ
| Name | Description |
| GetAdminConsentURL | Retrieves the admin consent URL, which must be opened by an administrator of the specified domain to grant your application access. This is required only when using custom OAuth credentials. |
| GetOAuthAccessToken | Fetches the OAuth Access Token, which is used to authenticate and authorize API calls made to Power BI XMLA. |
| GetOAuthAuthorizationUrl | Retrieves the OAuth authorization URL, allowing the client to direct the user's browser to the authorization server and initiate the OAuth process. |
| RefreshOAuthAccessToken | Refreshes an expired OAuth access token to maintain continuous authenticated access to Power BI XMLA resources without requiring reauthorization from the user. |