TranslationCollection.Add メソッド (Int32)

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

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Add ( _
    language As Integer _
) As Translation
'使用
Dim instance As TranslationCollection 
Dim language As Integer 
Dim returnValue As Translation 

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

パラメーター

戻り値

型: Microsoft.AnalysisServices.Translation
新しい、空の Translation です。

関連項目

参照

TranslationCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間