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.
Creates a copy of the specified relationship.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Relationship
'Usage
Dim instance As Relationship
Dim returnValue As Relationship
returnValue = instance.Clone()
public Relationship Clone()
public:
Relationship^ Clone()
member Clone : unit -> Relationship
public function Clone() : Relationship
Return Value
Type: Microsoft.AnalysisServices.Relationship
The copy of the specified relationship.