Метод GetByLanguage
Indicates whether the collection contains an AttributeTranslation with the specified language.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetByLanguage ( _
languageId As Integer _
) As AttributeTranslation
'Применение
Dim instance As AttributeTranslationCollection
Dim languageId As Integer
Dim returnValue As AttributeTranslation
returnValue = instance.GetByLanguage(languageId)
public AttributeTranslation GetByLanguage(
int languageId
)
public:
AttributeTranslation^ GetByLanguage(
int languageId
)
member GetByLanguage :
languageId:int -> AttributeTranslation
public function GetByLanguage(
languageId : int
) : AttributeTranslation
Параметры
- languageId
Тип System. . :: . .Int32
Возвращаемое значение
Тип Microsoft.AnalysisServices. . :: . .AttributeTranslation
The AttributeTranslation, with the language specified by lcid, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).