IModelComponentCollection.Remove 方法 (IModelComponent, Boolean)
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Removes an IModelComponent from the collection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Sub Remove ( _
obj As IModelComponent, _
cleanUp As Boolean _
)
'用途
Dim instance As IModelComponentCollection
Dim obj As IModelComponent
Dim cleanUp As Boolean
instance.Remove(obj, cleanUp)
void Remove(
IModelComponent obj,
bool cleanUp
)
void Remove(
IModelComponent^ obj,
bool cleanUp
)
abstract Remove :
obj:IModelComponent *
cleanUp:bool -> unit
function Remove(
obj : IModelComponent,
cleanUp : boolean
)
參數
- obj
型別:Microsoft.AnalysisServices.IModelComponent
The IModelComponent to be removed.
- cleanUp
型別:System.Boolean
true if it will delete referencing objects; otherwise, false.