次の方法で共有


AggregationDesignCollection.Insert メソッド (Int32)

AggregationDesign を作成し、コレクション内の指定したインデックスに挿入します。

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

構文

'宣言
Public Function Insert ( _
    index As Integer _
) As AggregationDesign
'使用
Dim instance As AggregationDesignCollection 
Dim index As Integer 
Dim returnValue As AggregationDesign 

returnValue = instance.Insert(index)
public AggregationDesign Insert(
    int index
)
public:
AggregationDesign^ Insert(
    int index
)
member Insert : 
        index:int -> AggregationDesign
public function Insert(
    index : int
) : AggregationDesign

パラメーター

戻り値

型: Microsoft.AnalysisServices.AggregationDesign
新しい、空の AggregationDesign です。

例外

例外 条件
ArgumentOutOfRangeException

index に 0 より小さい値が指定されています。

-または-

index に Count 以上の値が指定されています。

関連項目

参照

AggregationDesignCollection クラス

Insert オーバーロード

Microsoft.AnalysisServices 名前空間