Stored Procedures
ストアドプロシージャはファンクションライクなインターフェースで、Azure Analysis Services の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにAzure Analysis Services から関連するレスポンスデータを返します。
CData SSIS Components for Azure Analysis Services Stored Procedures
| 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. |