AdomdParameterCollection.RemoveAt 方法 (Int32)
移除 AdomdParameterCollection 物件中位於指定索引位置的參數。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Sub RemoveAt ( _
As Integer _
)
'用途
Dim instance As AdomdParameterCollection
DimAs Integer
instance.RemoveAt()
public void RemoveAt(
int
)
public:
virtual void RemoveAt(
int
) sealed
abstract RemoveAt :
:int -> unit
override RemoveAt :
:int -> unit
public final function RemoveAt(
: int
)
參數
- 型別:Int32
要從 AdomdParameterCollection 物件移除的 AdomdParameter 物件索引。