Méthode MdxScriptCollection.Remove (MdxScript)
Removes the specified MdxScript from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As MdxScript _
)
'Utilisation
Dim instance As MdxScriptCollection
Dim item As MdxScript
instance.Remove(item)
public void Remove(
MdxScript item
)
public:
void Remove(
MdxScript^ item
)
member Remove :
item:MdxScript -> unit
public function Remove(
item : MdxScript
)
Paramètres
- item
Type : Microsoft.AnalysisServices.MdxScript
The MdxScript to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |