AdomdParameterCollection.RemoveAt 方法 (Int32)

删除 AdomdParameterCollection 对象的指定索引处的参数。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Sub RemoveAt ( _
    As Integer _
)
用法
Dim instance As AdomdParameterCollection 
DimAs Integer

instance.RemoveAt()
public void RemoveAt(
    int
)
public:
virtual void RemoveAt(
    int
) sealed
abstract RemoveAt : 
        :int -> unit  
override RemoveAt : 
        :int -> unit
public final function RemoveAt(
     : int
)

参数

请参阅

参考

AdomdParameterCollection 类

RemoveAt 重载

Microsoft.AnalysisServices.AdomdServer 命名空间