次の方法で共有


Insert メソッド (Int32, String)

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

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

構文

'宣言
Public Function Insert ( _
    index As Integer, _
    name As String _
) As MiningStructure
'使用
Dim instance As MiningStructureCollection
Dim index As Integer
Dim name As String
Dim returnValue As MiningStructure

returnValue = instance.Insert(index, name)
public MiningStructure Insert(
    int index,
    string name
)
public:
MiningStructure^ Insert(
    int index, 
    String^ name
)
member Insert : 
        index:int * 
        name:string -> MiningStructure 
public function Insert(
    index : int, 
    name : String
) : MiningStructure

パラメーター

戻り値

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

例外

例外 条件
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].