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
System_CAPS_protmethod Insert(IModelComponent, String, Int32)

Inserts an IModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_protmethod Insert(IModelComponent, String, Int32, Boolean)

Inserts an IModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethod Insert(Int32, Int32)

Creates and inserts a Translation, with the specified language, into the collection at the specified index.

System_CAPS_protmethod Insert(Int32, ModelComponent)

Inserts an ModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethod Insert(Int32, Translation)

Inserts a Translation into the collection at the specified index.

See Also

TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top