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