AdomdPropertyCollection.RemoveAt 方法

Removes the property at the specified index of the AdomdPropertyCollection.

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

语法

声明
Public Sub RemoveAt ( _
    index As Integer _
)
用法
Dim instance As AdomdPropertyCollection 
Dim index As Integer

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

参数

实现

IList.RemoveAt(Int32)

请参阅

参考

AdomdPropertyCollection 类

Microsoft.AnalysisServices.AdomdClient 命名空间