CubeAttributeCollection.Add メソッド (CubeAttribute)

CubeAttribute をコレクションの末尾に追加します。

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

構文

'宣言
Public Function Add ( _
    item As CubeAttribute _
) As Integer
'使用
Dim instance As CubeAttributeCollection 
Dim item As CubeAttribute 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    CubeAttribute item
)
public:
int Add(
    CubeAttribute^ item
)
member Add : 
        item:CubeAttribute -> int
public function Add(
    item : CubeAttribute
) : int

パラメーター

戻り値

型: System.Int32
CubeAttribute の追加先である、0 から始まるインデックスです。

関連項目

参照

CubeAttributeCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間