AggregationAttributeCollection.Add メソッド (String)

新しい AggregationAttribute を作成し、コレクションに追加して、返します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Add ( _
    attributeId As String _
) As AggregationAttribute
'使用
Dim instance As AggregationAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationAttribute 

returnValue = instance.Add(attributeId)
public AggregationAttribute Add(
    string attributeId
)
public:
AggregationAttribute^ Add(
    String^ attributeId
)
member Add : 
        attributeId:string -> AggregationAttribute
public function Add(
    attributeId : String
) : AggregationAttribute

パラメーター

戻り値

型: Microsoft.AnalysisServices.AggregationAttribute
新しく作成された AggregationAttribute です。

関連項目

参照

AggregationAttributeCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間