共用方式為


AdomdParameterCollection.RemoveAt 方法 (Int32)

Removes the parameter at the specified index of the AdomdParameterCollection object.

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

語法

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

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) sealed
abstract RemoveAt : 
        index:int -> unit  
override RemoveAt : 
        index:int -> unit
public final function RemoveAt(
    index : int
)

參數

實作

IList.RemoveAt(Int32)

請參閱

參考

AdomdParameterCollection 類別

RemoveAt 多載

Microsoft.AnalysisServices.AdomdClient 命名空間