Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Indicates whether the collection contains an AttributeTranslation with the specified language.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
The locale identifier (LCID) of the AttributeTranslation to be located.
Valor devuelto
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).