catalog.set_customized_logging_level_description

Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory

Changes the description of an existing customized logging level. For more info about customized logging levels, see Integration Services (SSIS) Logging.

Syntax

catalog.set_customized_logging_level_description [ @level_name = ] level_name  
    , [ @level_description = ] level_description  

Arguments

[ @level_name = ] level_name
The name of an existing customized logging level.

The level_name is nvarchar(128).

[ @level_description = ] level_description
The new description for the specified customized logging level.

The level_description is nvarchar(1024).

Remarks

Return Codes

0 (success)

When the stored procedure fails, it throws an error.

Result Set

None

Permissions

This stored procedure requires one of the following permissions:

  • Membership in the ssis_admin database role

  • Membership in the sysadmin server role

Errors and Warnings

The following list describes conditions that cause the stored procedure to fail.

  • The user does not have the required permissions.