Relationship.Clone-Methode
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
Rückgabewert
Typ: Microsoft.AnalysisServices.Relationship
The copy of the specified relationship.