共用方式為


RemoveAt 方法 (Int32)

Removes the IModelComponent at the specified index from the ModelComponentCollection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub RemoveAt ( _
    index As Integer _
)
'用途
Dim instance As ModelComponentCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
member RemoveAt : 
        index:int -> unit 
public function RemoveAt(
    index : int
)

參數