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