Code Assist MCP for Microsoft SharePoint

Build 25.0.9540

DeleteList

サイトからSharePoint リストを完全に削除します。廃止されたリストを削除することで、SharePoint 環境の整理に役立ちます。

Stored Procedure-Specific Information

The DeleteList stored procedure removes a list from SharePoint. The List parameter specifies the name of the list to delete.

To execute this procedure, enter:

EXEC DeleteList List = 'Test List';

Input

Name Type Required Description
List String True SharePoint サーバーから削除されるリストの名前。例:'ProjectTasks' や'EmployeeRecords'。

Result Set Columns

Name Type Description
Success Boolean 削除操作が成功したかどうかを示します。リストの削除に成功した場合は'true' を、失敗した場合は'false' を返します。

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540