Método GetByLanguage
Indicates whether the collection contains an AttributeTranslation with the specified language.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function GetByLanguage ( _
languageId As Integer _
) As AttributeTranslation
'Uso
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
Parâmetros
- languageId
Tipo: System. . :: . .Int32
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .AttributeTranslation
The AttributeTranslation, with the language specified by lcid, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).
Consulte também