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 オブジェクトのインデックスです。