ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Microsoft Power BI XMLA の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMicrosoft Power BI XMLA から関連するレスポンスデータを返します。
CData JDBC Driver for Microsoft Power BI XMLA ストアドプロシージャ
Name | Description |
GetAdminConsentURL | Gets the admin consent URL that must be opened separately by an admin of a given domain to grant access to your application. Only needed when using custom OAuth credentials. |
GetOAuthAccessToken | Gets the auth token used to authenticate to the service. |
GetOAuthAuthorizationUrl | Gets an authorization URL from the data source. The authorization URL can be used to generate a verifier required to obtain the OAuth token. |
RefreshOAuthAccessToken | Obtains an updated OAuthAccessToken if passed a token to refresh. |