MdxScriptCollection.Remove Method (String)

Removes the MdxScript, with the specified identifier, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub Remove ( _
    id As String _
)
'Usage
Dim instance As MdxScriptCollection 
Dim id As String

instance.Remove(id)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

id is not contained by the collection.

See Also

Reference

MdxScriptCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace