次の方法で共有


AttributeTranslationCollection.Add メソッド (Int32, String)

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

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

構文

'宣言
Public Function Add ( _
    language As Integer, _
    caption As String _
) As AttributeTranslation
'使用
Dim instance As AttributeTranslationCollection 
Dim language As Integer 
Dim caption As String 
Dim returnValue As AttributeTranslation 

returnValue = instance.Add(language, caption)
public AttributeTranslation Add(
    int language,
    string caption
)
public:
AttributeTranslation^ Add(
    int language, 
    String^ caption
)
member Add : 
        language:int * 
        caption:string -> AttributeTranslation
public function Add(
    language : int, 
    caption : String
) : AttributeTranslation

パラメーター

戻り値

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

関連項目

参照

AttributeTranslationCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間