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 _
)
'Usage
Dim instance As RelationshipCollection
Dim item As Relationship
instance.Remove(item)
public void Remove(
Relationship item
)
public:
void Remove(
Relationship^ item
)
member Remove :
item:Relationship -> unit
public function Remove(
item : Relationship
)
Parameters
- item
Type: Microsoft.AnalysisServices.Relationship
The relationship to be removed.