AdomdParameterCollection.RemoveAt メソッド (String)
AdomdParameterCollection オブジェクトで名前により指定されたパラメーターを削除します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public Sub RemoveAt ( _
As String _
)
'使用
Dim instance As AdomdParameterCollection
DimAs String
instance.RemoveAt()
public void RemoveAt(
string
)
public:
virtual void RemoveAt(
String^
) sealed
abstract RemoveAt :
:string -> unit
override RemoveAt :
:string -> unit
public final function RemoveAt(
: String
)
パラメーター
- 型: String
AdomdParameterCollection オブジェクトから削除する AdomdParameter オブジェクトの名前です。
実装
IDataParameterCollectionRemoveAt(String)