Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Applies to:
SQL Server
SSIS Integration Runtime in Azure Data Factory
Applies to:
SQL Server
Deletes a folder from the Integration Services catalog.
Syntax
catalog.delete_folder [ @folder_name = ] folder_name
Arguments
[ @folder_name = ] folder_name
The name of the folder that is to be deleted. The folder_name is nvarchar(128).
Return Code Value
None
Result Sets
None
Permissions
This stored procedure requires one of the following permissions:
Membership to the ssis_admin database role
Membership to the sysadmin server role
Errors and Warnings
Returns a message to confirm the deletion of the folder.