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