Insert メソッド (Int32, String, PerspectiveCalculationType)
指定した名前および PerspectiveCalculationType 値の PerspectiveCalculation を作成し、コレクション内の指定したインデックスに挿入します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Insert ( _
index As Integer, _
name As String, _
type As PerspectiveCalculationType _
) As PerspectiveCalculation
'使用
Dim instance As PerspectiveCalculationCollection
Dim index As Integer
Dim name As String
Dim type As PerspectiveCalculationType
Dim returnValue As PerspectiveCalculation
returnValue = instance.Insert(index, name, _
type)
public PerspectiveCalculation Insert(
int index,
string name,
PerspectiveCalculationType type
)
public:
PerspectiveCalculation^ Insert(
int index,
String^ name,
PerspectiveCalculationType type
)
member Insert :
index:int *
name:string *
type:PerspectiveCalculationType -> PerspectiveCalculation
public function Insert(
index : int,
name : String,
type : PerspectiveCalculationType
) : PerspectiveCalculation
パラメーター
- index
型: System. . :: . .Int32
新しい PerspectiveCalculation を挿入する位置を示す 0 から始まるインデックスです。
- name
型: System. . :: . .String
挿入する PerspectiveCalculation の名前です。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | index に 0 より小さい値が指定されています。 -または- index に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。 |