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