次の方法で共有


AttributeTranslationCollection.Add メソッド (Int32)

指定した言語の AttributeTranslation を作成し、コレクションの末尾に追加します。

名前空間:  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
新しい、空の AttributeTranslation です。

関連項目

参照

AttributeTranslationCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間