ModelComponentCollection.RemoveAt 方法 (Int32, Boolean)

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Removes the IModelComponent at the specified index from the ModelComponentCollection.

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

语法

声明
Public Sub RemoveAt ( _
    index As Integer, _
    cleanUp As Boolean _
)
用法
Dim instance As ModelComponentCollection 
Dim index As Integer 
Dim cleanUp As Boolean

instance.RemoveAt(index, cleanUp)
public void RemoveAt(
    int index,
    bool cleanUp
)
public:
void RemoveAt(
    int index, 
    bool cleanUp
)
member RemoveAt : 
        index:int * 
        cleanUp:bool -> unit
public function RemoveAt(
    index : int, 
    cleanUp : boolean
)

参数

  • cleanUp
    类型:System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

请参阅

参考

ModelComponentCollection 类

RemoveAt 重载

Microsoft.AnalysisServices 命名空间