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