catalog.delete_customized_logging_level

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

Deletes an existing customized logging level. For more info about customized logging levels, see Integration Services (SSIS) Logging.

Syntax

catalog.delete_customized_logging_level [ @level_name = ] level_name

Arguments

[ @level_name = ] level_name
The name of the existing customized logging level to delete.

The level_name is nvarchar(128).

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.