ClrAssemblyFileCollection.Remove Method (ClrAssemblyFile)
Applies To: SQL Server (starting with 2016)
Removes the specified ClrAssemblyFile from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public void Remove(
ClrAssemblyFile item
)
public:
void Remove(
ClrAssemblyFile^ item
)
member Remove :
item:ClrAssemblyFile -> unit
Public Sub Remove (
item As ClrAssemblyFile
)
Parameters
item
Type: Microsoft.AnalysisServices.ClrAssemblyFileThe ClrAssemblyFile to be removed.
Exceptions
Exception | Condition |
---|---|
Exception | item is not contained by the collection. |
See Also
ClrAssemblyFileCollection Class
Microsoft.AnalysisServices Namespace
Return to top