Relationship.Clone Method

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.

See Also

Reference

Relationship Class

Microsoft.AnalysisServices Namespace