Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the specified Relationship from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As Relationship, _
cleanUp As Boolean _
)
'Usage
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
)
Parameters
- item
Type: Microsoft.AnalysisServices.Relationship
The relationship to be removed.
- cleanUp
Type: System.Boolean
true to remove specified item in the collection; otherwise, false.