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

参数

返回值

类型:System.Boolean
true if the Translation is contained in the collection; otherwise, false.

请参阅

参考

TranslationCollection 类

Contains 重载

Microsoft.AnalysisServices 命名空间