ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Azure DevOps の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらずconnector の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにAzure DevOps から関連するレスポンスデータを返します。
CData Tableau Connector for Azure DevOps ストアドプロシージャ
| Name | Description |
| AddBuildTag | Add tag to a build. DEPRECATED. To be removed in v26. Use AddBuildTag instead. |
| CloneTestCase | Clones a test case. DEPRECATED. To be removed in v26. Use CloneTestCase instead. |
| CloneTestPlan | Clones a test plan. DEPRECATED. To be removed in v26. Use CloneTestPlan instead. |
| CloneTestSuite | Clones a test suite. DEPRECATED. To be removed in v26. Use CloneTestSuite instead. |
| CreatePullRequest | Create a pull request. DEPRECATED. To be removed in v26. Use CreatePullRequest instead. |
| CreatePullRequestAttachment | Create Pull Request Attachment. DEPRECATED. To be removed in v26. Use CreatePullRequestAttachment instead. |
| CreateSchema | Creates a schema file for the specified table or view. DEPRECATED. To be removed in v26. Use CreateSchema instead. |
| CreateWorkItem | Create a work item. DEPRECATED. To be removed in v26. Use CreateWorkItem instead. |
| DeleteBuildTag | Delete tag from a build. DEPRECATED. To be removed in v26. Use DeleteBuildTag instead. |
| DeletePullRequestAttachment | Delete Pull Request Attachment. DEPRECATED. To be removed in v26. Use DeletePullRequestAttachment instead. |
| DeleteTestCase | Deletes the test case. DEPRECATED. To be removed in v26. Use DeleteTestCase instead. |
| DownloadBuildLogs | Download log for the specific build. DEPRECATED. To be removed in v26. Use DownloadBuildLogs instead. |
| DownloadBuildReport | Download report for the specific build. DEPRECATED. To be removed in v26. Use DownloadBuildReport instead. |
| DownloadPullRequestAttachment | Download Pull Request Attachment. DEPRECATED. To be removed in v26. Use DownloadPullRequestAttachment instead. |
| DownloadReleaseLogs | Download logs for the specific release. DEPRECATED. To be removed in v26. Use DownloadReleaseLogs instead. |
| DownloadTestAttachment | Download test result/run attachment. DEPRECATED. To be removed in v26. Use DownloadTestAttachment instead. |
| GetOAuthAccessToken | Gets an authentication token from Azure DevOps. DEPRECATED. To be removed in v26. Use GetOAuthAccessToken instead. |
| GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. DEPRECATED. To be removed in v26. Use GetOAuthAuthorizationURL instead. |
| GetPullRequestCommits | Get the commits for the specified pull request. DEPRECATED. To be removed in v26. Use GetPullRequestCommits instead. |
| PushChanges | Pushes changes to a repository in your Azure DevOps instance. DEPRECATED. To be removed in v26. Use PushChanges instead. |
| RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with AzureDevOps. DEPRECATED. To be removed in v26. Use RefreshOAuthAccessToken instead. |
| RunPipeline | Runs a pipeline with the specified configuration. DEPRECATED. To be removed in v26. Use RunPipeline instead. |
| SetProjectProperties | Create, update, and delete team project properties. DEPRECATED. To be removed in v26. Use SetProjectProperties instead. |
| UpdatePullRequest | Update a pull request. DEPRECATED. To be removed in v26. Use UpdatePullRequest instead. |
| UpdateWorkItem | Update a work item. DEPRECATED. To be removed in v26. Use UpdateWorkItem instead. |