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