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)