Remove-ecsuserdefinedfunction: Stsadm operation (Office SharePoint Server)

Applies To: Office SharePoint Server 2007

This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.

 

Topic Last Modified: 2015-03-09

Operation name: Remove-ecsuserdefinedfunction

Description

Removes a user-defined function from Excel Calculation Services.

This operation is equivalent to accessing the Excel Services User Defined Function page of the Shared Services Administration Web site, selecting a data connection library, and clicking Delete on the drop-down menu.

Syntax

stsadm -o remove-ecsuserdefinedfunction

**   -ssp <SSP name>**

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

**   -assemblylocation {GAC | File}**

Parameters

Parameter

Value

Required?

Description

ssp

A valid SSP name, such as "SharedServices1"

Yes

The name of the SSP that provides the resources for the Excel Calculation Services you want to configure.

assembly

One of the following value types:

  • Strong assembly name, for example, Global Assembly Cache (GAC) location in the form SampleCompany.SampleApplication.SampleUdf

  • File path to an assembly, for example, \\MyNetworkServer\Udfs\SampleUdf.dll

Yes

Strong assembly name or full path of an assembly that contains the user-defined functions to be removed.

The maximum character length is 4096.

assemblylocation

One of the following values:

  • GAC

  • File

Yes

Specifies an assembly location.

See Also

Concepts

Add-ecsuserdefinedfunction