Removes the specified Relationship from the collection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub Remove ( _
item As Relationship, _
cleanUp As Boolean _
)
'用途
Dim instance As RelationshipCollection
Dim item As Relationship
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
Relationship item,
bool cleanUp
)
public:
void Remove(
Relationship^ item,
bool cleanUp
)
member Remove :
item:Relationship *
cleanUp:bool -> unit
public function Remove(
item : Relationship,
cleanUp : boolean
)
參數
- item
型別:Microsoft.AnalysisServices.Relationship
The relationship to be removed.
- cleanUp
型別:System.Boolean
true to remove specified item in the collection; otherwise, false.