TranslationCollection.Insert Method
Applies To: SQL Server (starting with 2016)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Overload List
Name | Description | |
---|---|---|
Insert(IModelComponent, String, Int32) | Inserts an IModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.) |
|
Insert(IModelComponent, String, Int32, Boolean) | Inserts an IModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.) |
|
Insert(Int32, Int32) | Creates and inserts a Translation, with the specified language, into the collection at the specified index. |
|
Insert(Int32, ModelComponent) | Inserts an ModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.) |
|
Insert(Int32, Translation) | Inserts a Translation into the collection at the specified index. |
See Also
TranslationCollection Class
Microsoft.AnalysisServices Namespace
Return to top