次の方法で共有


PerspectiveAttributeCollection.Add メソッド (PerspectiveAttribute)

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

PerspectiveAttributeCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間