Remove-ecsuserdefinedfunction:Stsadm 操作 (Office SharePoint Server)

操作名称:Remove-ecsuserdefinedfunction

说明

从 Excel Calculation Services 中移除用户定义的函数。

此操作与以下操作等效:访问共享服务管理网站的“Excel Services 用户定义函数”页面、选择数据连接库以及在下拉菜单上单击“删除”。

语法

stsadm -o remove-ecsuserdefinedfunction

   -ssp <SSP name>

   -assembly <strong assembly name or file path to an assembly>

   -assemblylocation {GAC | File}

参数

参数

是否必需

说明

ssp

一个有效的 SSP 名称,例如“SharedServices1”

为要配置的 Excel Calculation Services 提供资源的 SSP 的名称。

assembly

下列值类型之一:

  • 程序集强名称,例如,全局程序集缓存 (GAC) 位置,格式为 SampleCompany.SampleApplication.SampleUdf

  • 程序集的文件路径,例如,\\MyNetworkServer\Udfs\SampleUdf.dll

程序集的程序集强名称或完整路径,该程序集包含要移除的用户定义函数。

最大字符长度为 4096。

assemblylocation

下列值之一:

  • GAC

  • File

指定程序集位置。

另请参见

概念

Add-ecsuserdefinedfunction