Méthode Remove
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Removes the specified TraceColumn from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As TraceColumn _
)
'Utilisation
Dim instance As TraceColumnCollection
Dim item As TraceColumn
instance.Remove(item)
public void Remove(
TraceColumn item
)
public:
void Remove(
TraceColumn item
)
member Remove :
item:TraceColumn -> unit
public function Remove(
item : TraceColumn
)
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .TraceColumn
The TraceColumn to remove.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item does not exist in the collection. |