Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.