Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes the specified TraceColumn from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As TraceColumn _
)
'Usage
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
)
Parameters
- item
Type: Microsoft.AnalysisServices.TraceColumn
The TraceColumn to remove.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item does not exist in the collection. |