Léigh i mBéarla Cuir in eagar

Comhroinn trí


catalog.rename_customized_logging_level

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

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

Syntax

SQL
catalog.rename_customized_logging_level [ @old_name = ] old_name  
    , [ @new_name = ] new_name  

Arguments

[ @old_name = ] old_name
The name of the existing customized logging level to rename.

The old_name is nvarchar(128).

[ @new_name = ] new_name
The new name for the specified customized logging level.

The new_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.