Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Indicates whether the collection contains a Translation with the specified language.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
language As Integer _
) As Boolean
'Usage
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
Parameters
- language
Type: System.Int32
The language of the Translation to be located.
Return Value
Type: System.Boolean
true if the Translation is contained in the collection; otherwise, false.