次の方法で共有


PerspectiveMeasureGroupCollection.Add メソッド (PerspectiveMeasureGroup)

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

PerspectiveMeasureGroupCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間