LevelCollection.Add メソッド
Level を作成してコレクションの末尾に追加します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Add As Level
'使用
Dim instance As LevelCollection
Dim returnValue As Level
returnValue = instance.Add()
public Level Add()
public:
Level^ Add()
member Add : unit -> Level
public function Add() : Level
戻り値
型: Microsoft.AnalysisServices.Level
新しい、空の Level です。