PerspectiveMeasureCollection.Add メソッド (PerspectiveMeasure)
PerspectiveMeasure をコレクションの末尾に追加します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Add ( _
item As PerspectiveMeasure _
) As Integer
'使用
Dim instance As PerspectiveMeasureCollection
Dim item As PerspectiveMeasure
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
PerspectiveMeasure item
)
public:
int Add(
PerspectiveMeasure^ item
)
member Add :
item:PerspectiveMeasure -> int
public function Add(
item : PerspectiveMeasure
) : int
パラメーター
- item
型: Microsoft.AnalysisServices.PerspectiveMeasure
追加する PerspectiveMeasure です。
戻り値
型: System.Int32
PerspectiveMeasure の追加先である、0 から始まるインデックスです。