Insert メソッド (Int32)
MiningStructure を作成し、コレクション内の指定したインデックスに挿入します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Insert ( _
index As Integer _
) As MiningStructure
'使用
Dim instance As MiningStructureCollection
Dim index As Integer
Dim returnValue As MiningStructure
returnValue = instance.Insert(index)
public MiningStructure Insert(
int index
)
public:
MiningStructure^ Insert(
int index
)
member Insert :
index:int -> MiningStructure
public function Insert(
index : int
) : MiningStructure
パラメーター
- index
型: System. . :: . .Int32
新しい MiningStructure を挿入する位置を示す 0 から始まるインデックスです。
戻り値
型: Microsoft.AnalysisServices. . :: . .MiningStructure
新しい、空の MiningStructure です。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |