Поделиться через


AttributeTranslationCollection.GetByLanguage(Int32) Метод

Определение

Получение объекта AttributeTranslation с указанным языком.

public Microsoft.AnalysisServices.AttributeTranslation GetByLanguage (int languageId);
override this.GetByLanguage : int -> Microsoft.AnalysisServices.AttributeTranslation
Public Function GetByLanguage (languageId As Integer) As AttributeTranslation

Параметры

languageId
Int32

Код локали искомого объекта AttributeTranslation.

Возвращаемое значение

Объект AttributeTranslation с указанным в параметре languageId языком, если такой объект найден в коллекции; в противном случае пустая ссылка (Nothing в Visual Basic).

Применяется к