AttributeTranslationCollection.Add 方法 (Int32)

Creates and adds an AttributeTranslation, with the specified language, to the end of the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Add ( _
    language As Integer _
) As AttributeTranslation
用法
Dim instance As AttributeTranslationCollection 
Dim language As Integer 
Dim returnValue As AttributeTranslation 

returnValue = instance.Add(language)
public AttributeTranslation Add(
    int language
)
public:
AttributeTranslation^ Add(
    int language
)
member Add : 
        language:int -> AttributeTranslation
public function Add(
    language : int
) : AttributeTranslation

参数

返回值

类型:Microsoft.AnalysisServices.AttributeTranslation
A new, empty AttributeTranslation.

请参阅

参考

AttributeTranslationCollection 类

Add 重载

Microsoft.AnalysisServices 命名空间