次の方法で共有


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

パラメーター