TranslationCollection.Insert Método (Int32, Int32)

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

VB
'Declaración
Public Function Insert ( _
    index As Integer, _
    language As Integer _
) As Translation
'Uso
Dim instance As TranslationCollection 
Dim index As Integer 
Dim language As Integer 
Dim returnValue As Translation 

returnValue = instance.Insert(index, language)

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.Translation
The Translation inserted into the collection.

Excepciones

Excepción Condición
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

Vea también

Referencia

TranslationCollection Clase

Sobrecarga de Insert

Espacio de nombres Microsoft.AnalysisServices