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