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)