JDBC Driver for Azure DevOps

Build 22.0.8462

SetProjectProperties

Create, update, and delete team project properties.

Stored Procedures Specific Information

Process of Set Project Properties

Azure DevOps allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The available columns for SetProjectProperties are ProjectId, From, Op, Path and Value For example:

	EXECUTE SetProjectProperties ProjectId = '837ccd31-8159-4db3-b8ce-de0c36d2a0bf', Op = 'remove', Path = '/Alias'

Input

Name Type Required Description
ProjectId String True Id of the Project.
From String False The path to copy from for the Move/Copy operation.
Op String False The patch operation.
Path String False The path for the operation.
Value String False The value for the operation.

Result Set Columns

Name Type Description
Status String Stored procedure execution status.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462