共用方式為


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
Dim  As 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
)

參數

實作

IDataParameterCollection. . :: . .RemoveAt(String)