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