次の方法で共有


AggregationDesignDimensionCollection.Add メソッド (String)

指定した識別子の AggregationDesignDimension を作成し、コレクションの末尾に追加します。

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

構文

'宣言
Public Function Add ( _
    cubeDimensionId As String _
) As AggregationDesignDimension
'使用
Dim instance As AggregationDesignDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As AggregationDesignDimension 

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

パラメーター

戻り値

型: Microsoft.AnalysisServices.AggregationDesignDimension
AggregationDesignDimension の追加先である、0 から始まるインデックスです。

関連項目

参照

AggregationDesignDimensionCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間