Метод TranslationCollection.Contains (Int32)
Indicates whether the collection contains a Translation with the specified language.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
language As Integer _
) As Boolean
'Применение
Dim instance As TranslationCollection
Dim language As Integer
Dim returnValue As Boolean
returnValue = instance.Contains(language)
public bool Contains(
int language
)
public:
bool Contains(
int language
)
member Contains :
language:int -> bool
public function Contains(
language : int
) : boolean
Параметры
- language
Тип: System.Int32
The language of the Translation to be located.
Возвращаемое значение
Тип: System.Boolean
true if the Translation is contained in the collection; otherwise, false.