AdomdParameterCollection.RemoveAt 方法 (String)
Removes the parameter specified by name in the AdomdParameterCollection object.
命名空間: 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
)
參數
- __unnamed0
型別:System.String
The name of the AdomdParameter object to remove from the AdomdParameterCollection object.
實作
IDataParameterCollection.RemoveAt(String)