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
)

参数

实现

IDataParameterCollectionRemoveAt(String)

请参阅

参考

AdomdParameterCollection 类

RemoveAt 重载

Microsoft.AnalysisServices.AdomdServer 命名空间