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